Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SpineOMatic behind Proxy Server #62

Open
haraldeb opened this issue Jul 26, 2023 · 0 comments
Open

Use SpineOMatic behind Proxy Server #62

haraldeb opened this issue Jul 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@haraldeb
Copy link

All Internet access in our institution runs through an authenticated proxy server. To be able to use the software nevertheless, the following entry must be set in the app.config:

<configuration>
  <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
    </defaultProxy>
  </system.net>
</configuration>

Maybe you can create the possibility to configure a proxy server in your software?

@mgobat mgobat added the enhancement New feature or request label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants