Saturday, April 30, 2016

httpbin.org A website for testing HTTP services.

This is pretty interesting website.

Testing an HTTP Library can become difficult sometimes. RequestBin is fantastic for testing POST requests, but doesn't let you control the response. This exists to cover all kinds of HTTP scenarios. Additional endpoints are being considered.
        

All endpoint responses are JSON-encoded.

Some of the other websites include below 

https://www.hurl.it/
http://requestb.in/
http://docs.python-requests.org/en/master/

references:


No comments:

Post a Comment