I am encountering an issue with the HTTP Request Activity in UiPath. The same request works perfectly when executed via Postman on the same machine. However, when I attempt to run it using UiPath, I get the following error in the content response:
{
“statusCode”: 500,
“message”: “Internal server error”,
“Activity”: “086b7c75-5613-499f-9d54-45fe7b4e43c5”
}
Has anyone else faced a similar issue and found a resolution? Any tips or insights would be greatly appreciated