Is there a public website where I can test the POST method?

I am wondering if there is a public website with which I can test the POST http method?

+5
source share
3 answers
+8
source

Unfortunately, the site referred to in the accepted answer no longer exists.

I used the web service client extension for Chrome.

0
source

I'm not sure if you want to use Android or Java at all. But you can easily configure the web service and client, as described here , and inspect the packages using a sniffer, such as Wireshark .

-1
source

All Articles