Issues
-
Get 500 Internal Server Error
I have tried this for Trades Test API and separately as well. The message is "An error has occurred."
Status: Proposed | Reported by Hidden Wed, 15 Feb 2017 19:33:05 GMT -
Getting 401 error in testing Trade API
can someone contact me pls to understand what is causing this ?
Status: Proposed | Reported by Hidden Sat, 18 Jun 2016 21:27:16 GMT -
401 Unauthorized response
We're getting a 401 Unauthorized response on all the api endpoints. Code: static async Task MainMiAsync(string[] args, CancellationToken token) { var client = new HttpClient(); var queryString = HttpUtility.ParseQueryString(string.Empty); // Request headers client.DefaultRequestHeaders.Add("Ocp-Apim-Subscription-Key", "{my primary key}"; var uri = "https://api.marketinvoice.com/investor/autobidsettings" + queryString; var response = await client.GetAsync(uri); Console.ReadKey(); } } Response: {StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers: { Pragma: no-cache X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Cache-Control: no-cache Date: Tue, 12 Jan 2016 13:15:55 GMT X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Content-Length: 0 Expires: -1 }}
Status: Open | Reported by Hidden Tue, 12 Jan 2016 13:22:38 GMT -
Test issue
This is a test issue.
Status: Proposed | Reported by Hidden Thu, 27 Nov 2014 16:41:17 GMT
You're not signed in. Please sign-in to report an issue or post a comment.