I try to connect the virtual device via UiPath and when I run it I get the following message
I want to connect to a web link.
Does anyone know what could be the reason?
I am connected through a computer at work
I try to connect the virtual device via UiPath and when I run it I get the following message
I want to connect to a web link.
Does anyone know what could be the reason?
I am connected through a computer at work
Hey, did you try to call that API with a proper HTTP method using Postman or some other tool? Can you make sure that your code uses the acceptable HTTP method (GET, POST, PUT, DELETE, etc.) that is supported by this specific API endpoint?
@pikorpa
How can I check it via postman ?
Postman it’s the tool which you can use to send API request and receive response.
It is very useful tool to testing APIs.
Here you have short overview what you can achieve use the Postman:
@pikorpa
I know postman I just meant What to check and how via the postman
Ach. Ok. Sorry for the misunderstanding.
Let me check it.
@mironb
did you check this topic?