Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: Issues with Authentication on Sandbox

0 votes
I found that calling the following code before using the SDK resolved the proxy issue for me WebRequest.DefaultWebProxy.Credentials = CredentialCache.DefaultNetworkCredentials; This won't work for using the HttpClient, it only works for the SDK, which seems to use System.Net.WebRequest internally Edit: Adding the following to the App.config has also worked for me

Reply to: Issues with Authentication on Sandbox

1 votes
Sorry for hijacking this thread... My own personal problem is that my company uses NTLM authentication to the proxy, and I don't want to put my LAN username and password in the program/configs By default the WebRequest uses the system proxy, and setting the DefaultWebProxy.Credentials to CredentialCache.DefaultNetworkCredentials results in a successful authentication at the proxy for me Many thanks, Patrick

Subscriptions

Topics Replies Freshness Views Users
Hi, I'm trying to set up a demonstration project using the sandbox environment but I'm having troubles authenticating with the API. I initially used the .NET SDK to access the sandbox but when I hit
14 5 years 8 months ago 119
Profile picture for user PatrickMcDonald
Profile picture for user mwilliams

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.