0

If I have two different instances of a WebView in JavaFX (either two different window in the same program) or two different instances of a program, is there a way to have each WebView have a different proxy setting without affecting the other or the changing the system settings?

halfer
  • 19,824
  • 17
  • 99
  • 186
ControlAltDelete
  • 3,576
  • 5
  • 32
  • 50

1 Answers1

1

No, you can't. Source: https://stackoverflow.com/a/26240059/3605135

You can set a proxy for the whole application only.

Community
  • 1
  • 1
enigma969
  • 397
  • 6
  • 21