|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 114
|
Hi,
I couldn't find any samples or information in the docs and in the forums which show how to set a proxy configuration. Can you provide guidance on how to implement proxy support?
I read somewhere that the proxy setting is "global" and not on a per webbrowser/webview instance. Is this correct? If so, is this something which can be changed/implemented?
Thank you, Stefan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, Yes. The proxy settings are gobal per app domain. You can set it through this property: http://www.essentialobjects.com/doc/6/eo.webbrowser.runtime.proxy.aspxThanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 114
|
Thank you, it didn't occur to me to look at the Runtime class.
Regarding the global setting per app domain. Is it possible to have the proxy server on a per browser/view instance basis or is this a deep buried limitation in the Chrome base? It would be awesome to have that level of control.
Regards, Stefan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Yes. It's how chrome is coded. You can't have different proxy settings for different tabs either with Chrome.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 114
|
Understood. Thank you for clearing that up.
cheers, Stefan
|
|