6

How can i forward http parent proxy using privoxy when parent proxy requires authentication. I had read something about headers but i have no idea how to add headers in privoxy config .

jack
  • 61

1 Answers1

1

Browser will show authentication dialog if you use proxy requires authentication.

And you can add this to privoxy config file (you will don't need to enter password more times)

enable-proxy-authentication-forwarding 1

Phong
  • 11