0

I want to fake the response to a call by having no response at all, instead of whatever the target is returning. (as if the IP i was calling to does not exist at all). Is this possible using Charles Proxy?

Joris Janssen
  • 33
  • 1
  • 4

1 Answers1

0

You can use rewrite and change status of the response from 200 to 404.