1

In earlier versions of Eclipse I was able to add an URL to auto detect the proxy settings. How can I tell Eclipse to use an Auto Proxy Configuration URL?

THX

ich-bin-drin
  • 543
  • 3
  • 12
  • 23

1 Answers1

1

If you refer to the "old" (3.3) setting:

alt text
(source: eclipse.org)

The new setting also allows for:

  • PAC (Proxy Auto Configuration), mode "Native" (default since 3.4, even though that still have some bug like Bug 257443)
  • Manual proxy settings, mode "Manual"

alt text
(source: eclipse.org)

See also How do I set a proxy for the Browser to use?

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250