문제

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.

도움이 되었습니까?

해결책

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/

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top