Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change request http method by using Charles proxy?

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?

like image 884
Ohgyun Ahn Avatar asked Feb 16 '12 11:02

Ohgyun Ahn


1 Answers

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.

like image 82
badunk Avatar answered Nov 01 '22 07:11

badunk