6
3
Is there a way to use Wireshark or some other freeware to get an outcome like one gets when using Charles' Map Local capability?
The way it works in Charles is that you can specify a set of files/folders which are replaced with files from your local disk, anytime your browser requests the specified file(s).
This is super handy for working on complex websites with barriers to getting your changes into source-control, or where you are not allowed to push files onto a staging server during development.
I tried using Privoxy, but it seemed to have issues with https. There's also https://dutzi.github.io/tamper/ Tamper based on mitmproxy but it didn't work for me.
– Ben Creasy – 2016-12-13T18:32:20.917@BenCreasy: The Privoxy FAQ says: " Since secure HTTP connections are encrypted ... there is little that Privoxy can do but hand the raw gibberish data though from one end to the other unprocessed. The only exception to this is blocking by host patterns". Nevertheless, someone has managed it here using ProxHTTPSProxy.
– harrymc – 2016-12-13T20:30:01.927