i want to test a small php script i wrote, which accepts POST requests..
but is there a way to test it without writing a html form.
Im trying to do this using simple rest client chrome extension. But I’m not sure how to do POST request in it.
i want to test a small php script i wrote, which accepts POST requests..
Share
By using Advanced REST Client, you can send a POST request in which the data can be stored as form data (probably the simplest).
Just click the second
Formtab when entering the application, and you can specify key-value pairs.Here is an image of the application.