6

I'm using Charles Proxy for http debugging.

For switching http method GET to POST, I tried to use 'Tool > Rewrite' menu. But I couldn't find any way on Rewrite menu.

How to switch http method (GET to POST) by using Charles Proxy?

Ohgyun Ahn
  • 777
  • 1
  • 10
  • 16

1 Answers1

4

If you just want to edit a single response, you should just right click on the item and go to Edit. There, you can change the "scheme" from GET to POST.

badunk
  • 4,310
  • 5
  • 27
  • 47