CORS Issue while trying to invoke UiPath API from my web application

Hi, I am trying to call the UiPath Api’s from my OracleJET web application(basically, it is an Cordova application). Attaching the screenshots of the error that I am getting while calling the UiPath API.


Above image displays the issue when trying to connect UIpath with other web application(as public url)
)

Can you please help me on this.

Not an expert, but did you try adding below to the header? I remember doing in the past.Just an idea.

"Access-Control-Allow-Origin", "*"

Hi @Nayakanti_Mounika,
How did you solve this? I’m having the same issue, Thanks!

Thanks for replying vaidya.

I am having the same issue, even with vvaidya’s suggestion I get the same error as OP in Chrome and IE