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

Add support for configuring a HTTP proxy for EWS requests #278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

paulvt
Copy link
Contributor

@paulvt paulvt commented Feb 20, 2019

Currently, you have to subclass Viewpoint::EWS::Connection to be able to gain access to the HTTP client so that a proxy URL and proxy authentication can be configured. This commit adds options that can be passed to EWSClient.new to do this directly.

It also supports setting the proxy credentials later using the #set_proxy_auth call on the connection.

Currently, you have to subclass Viewpoint::EWS::Connection to be able to
gain access to the HTTP client so that a proxy URL and proxy authentication
can be configured.  This commit adds options that can be passed to
EWSClient.new to do this directly.
It also supports setting the proxy credentials later using the
`#set_proxy_auth` call on the connection.
Base automatically changed from master to main February 3, 2021 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant