0
Answer

how to use use transparent proxy(local host) in middle of browser and destination server??

Pavan Modi

Pavan Modi

12y
1k
1

we ask the browser to send all the traffic to localhost and then the traffic can be sent to our server

otherwise browser will make requests directly towards the destination server(e.g. google ).

Transparent proxy can be used in any place it does not break the http and https traffic.

Browser -> lcoal host(create ssl) -> our server -> google

so, how to use use transparent proxy(local host) in middle of browser and destination server??