JIRA Cloud> HTTP Request with proxy

Hi @pushkar.singh

To start with the doc that you are referring to is to setup a proxy connection between different UiPath services.

There is some value on the http request which is creating the problem for you I believe.

Can you give the details what you are trying and how you are trying to pass

If it is working on postman then try checking the hidden headers on it and also try encoding the url that you are passing just to ensure it is not failing because of that.

Ideally that should not be the case as you are getting 407 which happens only when creds for proxy are wrong

Also some one tried using a vb code can check that

And coming to windows it takes the current user details and you have to set the value to true or 1 while adding in environment variables

cheers