Access api using .net?

Joy J

New member
How do I connect to a 3rd party api using .net ? the only thing that i have for the api is the key. I have tried using the Http client class but it keeps returning a login form regardless of whether I append my username and password or not. I tried accessing the page using the url but for some reason I can't get past the login form. Any ideas?
 
Contact whoever wrote the api and see if there are any parameters that you can add to your request that will bypass the login requirement.
 
Back
Top