mistakster / throttle-proxy

Throttle HTTP/HTTPS/SOCKS proxy server
121 stars 24 forks source link

Parsing HTTP (insecure) and sending custom replies #26

Open r3a1d3a1 opened 10 months ago

r3a1d3a1 commented 10 months ago

Hey Vlad! Could you please give me some hints as to how I could see the full path of a http (not wrapped in TLS) request (probably in handler.js)? I've captured in Wireshark the reply that I'd like to send if a particular string is in that URL, and I'd really appreciate some hints as how I could potentially achieve it. Thanks for the great repo!