I use Charles web debugging proxy
I have a rewrite rule that's working fine with chrome but that isn't applied using curl.
curl https://example.com
Am I doing something wrong?
I use Charles web debugging proxy
I have a rewrite rule that's working fine with chrome but that isn't applied using curl.
curl https://example.com
Am I doing something wrong?
Here are 2 options:
proxy = 127.0.0.1:8888
curl https://example.com --proxy 127.0.0.1:8888