Testing HTTP Hooks
I am building an API, one of its feature is the use of HTTP POST Hook calls triggered on particular actions.
Without taking the time to set a locale route to be the target of the POST call I was looking for an online service showing live POST to a given 开发者_如何学GoURL or some other way of testing POST hooks in my code.
Any advices ?
http://www.postbin.org/
You can manually create and test POST requests with Fiddler or the Poster Firefox addon
You can try HTTP request method same as POST,GET,PUT,DELETE at https://w3webtool.com/http-request-method with localhost (SEND BY CLIENT) and any host (SEND BY SERVER)
精彩评论