Forum Discussion

shankar_r's avatar
shankar_r
Community Hero
6 years ago

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.

 

 

 

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi Shankar,

     

    I did not use aqHTTP, but what I would do is to use, say, Fiddler tool, catch and compare requests sent by Postman and TestComplete and check if some vital piece of request is not missed in TestComplete.