kodes

“kodes is a simple service that allows you to test that your applications handle HTTP response codes properly”

usage

using kodes is easy: simply redirect your HTTP calls to a url in the following format

http://kodes.ekynoxe.com/k/<http-code>

The response you get will have the required HTTP status code, as well as a description of the code itself if you forgot it!

try them!

Check your browser console for the http status of the response

help! Something's not quite right!

All http codes have a special meaning. Some, like the 10.x family or some of the 30.x ones, instruct the browser to wait or to try another location. Hence you won't necessarily always get a proper response from a web browser. If you use a tool like curl, though, you should get the correct response with the appropriate status, and this should return a response:

curl -0v http://kodes.ekynoxe.com/k/100

As kodes is being developed, more functionality will be added to cover these specific cases, but in the mean time, check out the specs to see if you are not requesting an http code that won't give a reply! HTTP/1.1: Status Code Definitions