nitmproxy
nitmproxy copied to clipboard
GZIP Content and Javascript Inside HTML vs. Outside of HTML
The first issue is that many content type of text/html are not being captured (it is due to GZIP of the content?).
The second issue is that the current injection is being done outside the HTML vs. should be done inside the HTML. Is there a more performance-tuned example to do this?
@chhsiao90 Please take a look at these issues. Turning out to be a big show stopper for me.
I will check!