Testing HTTP POST
Last updated
Last updated
There are several ways to test HTTP Post requests, depending on the available tools, expertise and preference of the user. Postman for example could be used if a tool with a graphical user interface is preferred. Another option is to use cURL. cURL is a command line tool and is available for almost every operating system. Curl can be downloaded from .
In the example below the file request.xml contains the optional request body and the response will be written to the file response.xml. To send a request without the optional request body, remove arguments --data-binary @C:\request.xml.
To import data the action should be changed to import: