I have tried to create an API connection from our internal portal to the orchestrator to start tests, but the connection gets blocked.
has anyone experianced this problem
Hi @yannicklaurin.ledermann
please refer the below thread.
Hello,
I’m facing issues integrating the orchestrator API with my project. The API works flawlessly in the POSTMAN, i.e. I’m able to run a robot on a machine, get all robot’s stats, get all releases, etc.
However, when I try to integrate this with my project, where I’ve to link this to a button and run it, I’m facing an issue where my localhost is showing blocked by CORS policy.
Any help is welcomed.
Please note that I’m using the cloud orchestrator, and the orchestrator is not setup in my l…
@yannicklaurin.ledermann ,
Welcome to the UiPath Community
As per error message, API call is expecting Access-Control-Allow-Origin header.
Try passing it in header and you should be fine.
Thanks,
Ashok