Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




How using Gemini Services through proxy with authentification

web-app

Hello,

i look for a way to use Gemini Services throught a proxy which use authentification.

I know the GeminiServiceManager.SetProxyServer method to init the proxy but how can i set the

Credentials info for the authentification?

Is this possible? Can someone provide me a sample code?

Alexej
· 1
Alexej
Replies (4)
helpful
0
not helpful

Hello,

Why nobody answer me?

It is possible to use Gemini Services with a proxy which uses authorization or not?


Alexej
· 1
Alexej
helpful
0
not helpful

We are looking into this.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Hello,

do has somemody new information for me for this thread?


Alexej
· 1
Alexej
helpful
0
not helpful

You will have to set the proxy manually for each web service:

serviceManager.IssueServices.Proxy = new WebProxy(....);


Mark Wing
· 9108
Mark Wing