Question

I've been searching for the solution, and perhaps I'm overtired and missed the solution.

How does a person manually compose an HTTP GET or POST request using Charles Proxy?

Like the feature in Fiddler, I'm looking for the ability to manually open an editor and enter the body and headers of the request. That's the primary interest I have in Charles.

The ability to capture and edit and execute live requests is almost the same, but I have data captured outside of Charles, and want to use those headers+query+body.

Searching SO and the web has lead to no success.

Was it helpful?

Solution

I think in Charles you have to use the Repeat Tool and the Edit Tool in combination, rather than a single tool. (http://www.charlesproxy.com/documentation/tools/edit/)

There are other options if you're running on Mac and can't use Fiddler, e.g. http://www.wiztools.org/

OTHER TIPS

As of version 3.11, Charles Proxy has a Compose feature (Edit --> Compose or cmd-m). It's still not as great as Fiddler, but it's there if you need it.

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