Hello.
My requirement: Get data from REST API.
My steps:
- I POST authorisation call to get session authorisation token (Works in postman and UiPath)
- I make a GET call with session token added in header. It works in Postman, but I get status 401 in UiPath.
Postman (Successful)
UiPath Activity (ERROR)
Hi Neelima,
Here I have access token, API somehow does not seem to find it in call.
Hello! Have you solved it? It was fine for me past few weeks but I am not facing similar issues except that I first encountered 401 error and now 403.
KanadMehta
(Kanad Mehta)
5
I was missing https in URL. It solved my issue.
2 Likes
KanadMehta
(Kanad Mehta)
6
@Ching_Hui_Ng glad, this solved your issue too.
Hi, unfortunately, https didnt work for me
system
(system)
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.