Please help everyone the http activity does not return anything when i request
Please help, i have printed what’s in the text file and it came out but the content in http is empty
Anyone i ask for your assistance
May be this is the issue * Request URL - The URL to which you want to make the request. Custom segments have to be placed between braces “{}” and defined in the Parameters section. For example, this URL https://platform.uipath.com/odata/Robots(28)
can be written as https://platform.uipath.com/odata/Robots{id}
, and the value of the id
parameter can be provided in the URLSegments window.
Check the below documentation to know more about HTTP request activity.
Hope it helps!!
Hi,
If your response status is 0, your request is not reached to the endpoint. Can you try to check settings of network such as Proxy, personal firewall etc.
Regards,
Hi, on the url I dont have any custom segments, i’m just putting in the value on the body which is the string
It may be this issue but the other sequence I have used there is http activity and it works
Here is the error I get
Can you upload your workflow sequence, that would give more clear picture
Endpoint(it’s an API model):
“https://abc.azure-api.net/sit/centraldecisionengine/azure_ml_models/Complaints_Classifier”
Hi,
424 means as the following. Can you check if you should request something and it’s successful before this request?
Regards,
On postman I request and it’s working fine, in UiPath studio I checked if the body that goes in the http activity is printed and it’s printed
Kindly check the dependency of the API the dependency in terms of what is required to do before executing this API.
The HTTP 424 Failed Dependency
client error response code indicates that the method could not be performed on the resource because the requested action depended on another action, and that action failed.
When I first open the project this comes up:
I click ok then open it from here again:
By double clicking and it opens, I’m not sure if that could have an impact on that http error maybe
Trying to check on this with the admins of this API
@Anelisa_Bolosha1 - .net - HRESULT: 0x80131040: The located assembly's manifest definition does not match the assembly reference - Stack Overflow
I had developed this solution in an old version before 2020, now I am using newer version…but the http request activity I had did it in this new version
@Anelisa_Bolosha1 Try Clean and Rebuild
Apon rebuilding, is it possible to just copy activities to the new project or I have to start from scratch everything?