Error creating access token for testing purposes, 302 - undefined
I have been successful at creating both api user and key, however creating the access token was a bit unclear. Take for example the error message: { message:"302 - undefined" name:"StatusCodeError" } here are my request headers: Authorization:"Basic something" Content-Type:"application/json" Ocp-Apim-Subscription-Key:"something" please assist me in solving this
Comments
-
To generate token you need to use basic auth of your APIKey:API Secret. Basic
The Token will then be used in the subsequent transactions Bearer Posted by Hidden Tue, 24 Sep 2019 12:40:42 GMT -
Thank you. But the real cause was the trailing slash at the uri to create tokenPosted by Hidden Tue, 24 Sep 2019 12:50:50 GMT
You're not signed in. Please sign-in to report an issue or post a comment.