InvalidAccessToken

Not applicable

Hi,I'm getting an InvalidAccessToken error when i am trying to hit this URL directly on the browser instead of using CURL commands.

https://gecapgemini-test.apigee.net/hellooauth2?Authorization=Bearer {access_token}.

Can anyone please help me out to find the error in the URL i am trying to hit.

0 2 106
2 REPLIES 2

@Shivani Mishra , You need to send authorization as HTTP Header, You need to use command line tool like curl.

@Anil Sagar,Thank you .This was helpful.:)