1

I'm writing an http proxy program in C++ and I need it to automatically configure the default browser proxy settings to use my proxy. With IE i can just modify the registry, Chrome has a command line parameters that can be used, firefox has the prefs file, but I can't figure out how to do it for Opera. It needs to be compatible with all versions, so PAC files are out of the question. Any help is appreciated.

Ilia Choly
  • 18,070
  • 14
  • 92
  • 160

1 Answers1

1

Just in case you had problems with with IE, apparently on Windows 7 you can't just modify the registry.

Community
  • 1
  • 1
Philip Langford
  • 106
  • 1
  • 7
  • 1
    Sorry, new here. I didn't see a way to add a comment to your original post. On this one there is a clear "add comment" link that appears on mouseover. – Philip Langford Jan 09 '12 at 11:53
  • 2
    You need to earn some more rep before you get commenting ability. +1 to get you started ;) – Ilia Choly Jan 09 '12 at 18:04