Hello Experts,
I am trying to get an access token using AL to use it for a POST request.
I tried first to get the access token from Postman and used it in the post request and it worked well and everything is fine on Postman.
Now I tried to generate the same access token from AL. I got the access token, but I copied it and tried it on Postman, the request failed.
I compared the token from Postman and the token from BC, I found that the length of the token on Postman is 1271 however the length of the token generated by my code on BC is 1286.
Any suggestion why this is not working ?
Thank you.