For the purposes of test automation scripts, it is essential that a proper
HTTP status code is returned so that the script (like one that uses 'curl',
for example) can determine the correct course of action based on the test
results.
Success = 200
Failure = 2xx Since the HTTP request itself was a success, the code
should be in the 200-299 range.
Original issue reported on code.google.com by srfar...@gmail.com on 5 Aug 2008 at 10:38
Original issue reported on code.google.com by
srfar...@gmail.com
on 5 Aug 2008 at 10:38