Http Post Request Query

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

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

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

Hi

yes it is a public request

This is the url
http://www.amfiindia.com/modules/LoadTERData?FinkTER=2021-2022&Monthter=01-2022&mf_id=-1&NAV_ID=1&SchemeCat_Desc=29

Thanks and Regards,
Supriya Yenaganti

1 Like

Hey @supu123

The above is your API endpoint right ?

But we need to get the docs link…

Thanks
#nK

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

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

Hi @Nithinkrishna

Can I get an example of how to pass it in header

Thanks and Regards,
Supriya