10-26-2015 23:50
10-26-2015 23:50
This is what my request for refresh token request looks like :
with headers set as below key value pairs
"Content-Type", "application/x-www-form-urlencoded"
"Authorization", "Basic 470595744ae06e55a8dc9e3f2c8f3c90bcc1996e68813f7005a090eca9dd84f3"
"470595744ae06e55a8dc9e3f2c8f3c90bcc1996e68813f7005a090eca9dd84f3" is the refresh_token received in the previous call auth call
I get the error HTTP error code : 401. Can you please let me know if I am missing something
10-27-2015 13:31
10-27-2015 13:31
The Authorization header doesnt appear to be built correctly, please see:
10-28-2015 01:45
10-28-2015 01:45
Thanks Dan, for your response. When I make the request ecoding the authorization header as described in the link that you shared, I am getting an error code 400.
10-29-2015 00:02 - edited 10-29-2015 00:02
10-29-2015 00:02 - edited 10-29-2015 00:02
@PalsN wrote:
Thanks Dan, for your response. When I make the request ecoding the authorization header as described in the link that you shared, I am getting an error code 400.
What are you getting in the response body for the request?