Question

I want to send a HTTP POST request with Content-Type: Multipart/mixed using Runscope.

Any help/guidance would be great.

Was it helpful?

Solution

There are a couple ways to send data through us, each with varying support for multi-part form data.

Dashboard

When making requests through the dashboard, there is currently no way to add files or other multi-part data to a request. This is something we plan to support in the future, but we don't have a specific timline for implementing it yet.

From your code, via a Runscope URL

When you make a request from code that includes multipart data, it will be relayed through the Runscope URL in tact. The dashboard will display the file meta data that it relayed, but the files are not stored or displayed and retries will not re-send the file data again.

We're happy to help answer any questions in more detail by emailing us at help@runscope.com any time.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top