shankar_r
7 years agoCommunity Hero
Query on aqHttp.CreateGetRequest
I am getting Unauthorized status for valid GET request which is working correctly using Postman.
Using https://outlook.office365.com/api/v1.0/me/messages API to get the list of emails from the Office 365 account which uses basic authentication. I was able to get the emails using the same API until 12.5 but 12.6 it is failing.
Has anyone here faces the problem with the GET request basic authentication?
P.S: The same scenario tried using Postman where it is working correctly and able to get responses.