Page 1 of 1

xServer .NET Mapcontrol with proxy

Posted: Mon Nov 12, 2018 10:08 am
by KasperD
Dear all,

One of our customers is using a proxy for all outbound connections within its organization. They've already managed to configure xRoute server to use the proxy for calculation, and they also wish to configure the xServer .NET Mapcontrol to use this proxy. However, they're struggling with the configuration for this and so am I.

Is there any way to do this?

Thanks in advance,

Re: xServer .NET Mapcontrol with proxy

Posted: Tue Nov 13, 2018 7:53 am
by Oliver Heilig
Hello,

we don't have a way to set a proxy for the requests the control makes explicitly. The control uses the default proxy settings of the system, which is the configuration used for IE.

However you could configure a global proxy inside the app.config of the program

https://docs.microsoft.com/en-us/dotnet ... k-settings

I haven't tested this, but it should work with the control also. If not, please add an issue here https://github.com/ptv-logistics/xserver.net/issues

Oli

Re: xServer .NET Mapcontrol with proxy

Posted: Tue Nov 13, 2018 7:55 am
by KasperD
Oliver,

Thanks, i'll forward the info to the customer :)

Re: xServer .NET Mapcontrol with proxy

Posted: Tue Oct 11, 2022 2:31 pm
by Bernd Welter
did it work ;-) ?

I Was asked something similar by another partner today - thank god we have the forum!