supu123
(supriys)
1
Hi Team,
I am facing an issue of 407 proxy authorization required when an http post request is raised
What I found was I need to send IP Address, port and domain in the http call
My question here is how to send this parameters
Thanks and Regards,
Supriya Yenaganti
1 Like
Hey @supu123
The above needs to be sent through request header or body ?
If possible please post docs here
Thanks
#nK
supu123
(supriys)
3
Hi @Nithinkrishna
There is no document available basically we r hitting http url via http request activity
How to we send in header?
How do we send in body?
Can try with both the methods once
Thanks and Regards,
Supriya
1 Like
Hey @supu123
You need to pass the headers from headers property of the HTTP activity you have in UiPath.
Thanks
#nK
supu123
(supriys)
5
Hi @Nithinkrishna
So for host name what is the header parameter type use?
and for IP and for port?
Thanks and Regards,
Supriya
1 Like
Hey @supu123
For the confirmation on this we will be needing the docs please…
Because this can be available only in that or it is only known by the person who knows this API.
Is that a public API ? You are trying…
Thanks
#nK
supu123
(supriys)
7
1 Like
Hey @supu123
The above is your API endpoint right ?
But we need to get the docs link…
Thanks
#nK
supu123
(supriys)
9
Hi,
This is the endpoint and we don’t have any api key or authentication
There is no such api documentation for it
Thanks and Regards,
Supriya Yenaganti
Hey @supu123
Could you please tell me, where did you find the above ?
Thanks
#nK
supu123
(supriys)
11
Hey @Nithinkrishna
I found it from IT team because I was facing proxy authorization issue 407
Thanks and Regards,
Supriya Yenaganti
1 Like
Hey @supu123
So looks like it’s a proxy and you are trying to add some additional parameters.
Kindly check with IT team on the same whether to pass these parameters in headers or body
But I believe you need to pass those in headers which is a common practice to do.
Thanks
#nK
supu123
(supriys)
13
Hi @Nithinkrishna
Can I get an example of how to pass it in header
Thanks and Regards,
Supriya