post https://httpbin.org/post
Log in to see full request history
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
Responses
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
xxxxxxxxxx
curl --request POST \
--url https://httpbin.org/post \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
Try It!
to start a request and see the response here! Or choose an example: