CyberSource / cybersource-sdk-dotnet

.Net SDK for the CyberSource Simple Order API
Other
33 stars 52 forks source link

Default Proxy Causes failures if other proxy is not used #30

Open O-Mutt opened 7 years ago

O-Mutt commented 7 years ago

Opening the soap connection and setting the default proxy leaves the rest of the asp.net app in a default proxy state which may not be intended, the specific connection should be using the proxy and not app wide.

This also covers the proxy being anon access and not just for a user cred

O-Mutt commented 7 years ago

Ref #17

amie-gao commented 7 years ago

Yes and we have this issue logged and will provide solution shortly

O-Mutt commented 5 years ago

Yes and we have this issue logged and will provide solution shortly

any update on this one? It has been nearly 2 years. I provided a valid change that solves this issue and has been proven to be working in our production environment for that time period...

O-Mutt commented 5 years ago

Bump @amie-gao this PR is still open. As a CC processor i'd expect that many of your impls are in hardened environments that may need proxy access for outbound requests but not for local traffic.