-
30 Nov 2012 6:07 AM #1
Answered: Bug? Responses with empty content are treated as not successful
Answered: Bug? Responses with empty content are treated as not successful
Hello,
Working with a store and a rest proxy, I found out that requests that return an empty content are treated as not successful. So, even if the server has actually replied with a "200 OK" status code but with empty content, the proxy acknowledge it as a failure.
Is this the standard behavior or a bug?
Thanks
-
Best Answer Posted by mitchellsimoens
Probably is having a read error as it has nothing to read. Try sending an empty array (based on the rootProperty setting of the reader)
-
2 Dec 2012 7:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
What do you mean empty content? An empty array or just send nothing?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
3 Dec 2012 3:36 AM #3
Just send nothing, only the status code: 200 OK, 201 Created, etc.
-
3 Dec 2012 4:17 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
Probably is having a read error as it has nothing to read. Try sending an empty array (based on the rootProperty setting of the reader)
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote