I have installed Hub, Authentication Server, and BP API on a virtual machine and can access their respective websites locally on the VM. However, when attempting to access Hub from other machines within the same corporate network, I encounter a `net:...
Hi,
With a postman PUT request, our server returns a JSON response with an error code and error message for a HTTP status code 400 like below:
{
"code": 400,
"message": "error description here",
"errorDetails": "",
"causeException": ...
Hi Krishna,
Did you comment out the existing code resultData = e.Message: before placing the new code snippet?
After that check for http status 400 and use JSON to collection object for getting the error message (incase if your HTTP post request ret...
Hi Krishna,
This solution helped in my case.
https://community.blueprism.com/question/http-utility-vbo-doesnt-return-json-when-status-code-is-400#e5544172-6088-47e9-af6f-018c7d90dce3
Raghav------------------------------Raghavulu Patchipulusu--------...