Need suggestion on Http Request activity. I am using HTTP request activity with API key and username and password. When I provide the details on POSTMAN, I am getting the below response with status 200.
Postman generates some Headers automatically. In UiPath you need to specify what needs to be sent.
In addition to checking your headers, see how your JSON standard is doing, in Postman you need to use the quotation marks (“) and in UiPath you need to send according to what your destination needs. (Some destinations accept that the quotation marks (”) are replaced by single quotes (').
Please refer below thread which is having more details
To fix the issue, Update the version of ‘UiPath.WebAPI.Activities’ in manage Package. check which version works in another project and use the same version.