Using postman to post data into proxy

Try with HTTPBin example.

Create another simple reverse proxy and use http://httpbin.org/anything as target server.

In Postman use POST method and send a body as shown in the link ,

Sample JSON,

{
"name":"Hima"
}
1 Like