Requests

Body Pane

When performing a POST or PUT, you can optionally include body payload of text (incl. JSON or XML), form data or "raw" data (Base64 encoded). Multipart form data is not yet supported. You will have the option of updating the Content-Type header based upon the body content type, you can also update it manually from the headers panel.

When editing text data, selecting JSON or XML as the type will provide syntax highlighting. Other than that, there is no difference in selecting these.

When specifying "Raw" data, you can either open a data file or paste an image from the clipboard (.png format).

See Also