Hi,
So I have been googling for a few hours now and at this point I am pretty confused.
What I need is a way to manipulate incoming/outgoing HTTP packet data so something of a small firewall sort.
For example if the server wants to send me content like <img src="random.jpg "> i can change it to <img src="random2.jp g"> and that would be what the browser displays to me.
So I have been googling for a few hours now and at this point I am pretty confused.
What I need is a way to manipulate incoming/outgoing HTTP packet data so something of a small firewall sort.
For example if the server wants to send me content like <img src="random.jpg "> i can change it to <img src="random2.jp g"> and that would be what the browser displays to me.
Comment