Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 698 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 698 Bytes

no-charles

What is no-charles ?

It enables you to modify http requests in browser like Charles does in OS.

How does it work ?

Look:

image

You have modified the Request and sent it to server, then you got the Response from server, you may want to modify Response as well, ok, let's go ahead.

image

The JS program of this page will take as real Response body what you typed in. Yep, you cheated.

See? It's that easy!