-3

I am writing a http proxy and I need to test if it can handle POST requests, but I can not find a URL that uses POST method.

Could someone give me one?

Thanks.

OEurix
  • 393
  • 4
  • 19
  • See this question: https://stackoverflow.com/questions/5725430/http-test-server-accepting-get-post-requests it should have what you need. – Display name Feb 28 '19 at 21:32

1 Answers1

1

Try this one: http://ptsv2.com/

Read the instructions on the page. To help you further, I suggest that you use Postman, (it doesn't answer requests but is a great tool to help you compose your requests)

Also you need to show that you've done some research first. Or your question will get downvoted to hell.

Display name
  • 1,228
  • 1
  • 18
  • 29