Page 1 of 1

Add proxy connection to http request

Posted: 01 May 2020 04:17
by Kendbad
I need to use different ip addresses, for multiple http requests at the same time, please add proxy connection to this feature.

Re: Add proxy connection to http request

Posted: 07 May 2020 19:43
by Martin
Hi,

Could you please describe in more detail what you want to achieve?

Thanks & Regards,
Martin

Re: Add proxy connection to http request

Posted: 08 May 2020 10:08
by Desmanto
@Martin : He want to use proxy IP including proxy username/password in each HTTP request. As curl also have this feature : viewtopic.php?f=4&t=8632

This way, each HTTP request action can be configured to use different proxy or non proxy.

Re: Add proxy connection to http request

Posted: 09 May 2020 08:33
by Kendbad
Desmanto wrote:
08 May 2020 10:08
@Martin : He want to use proxy IP including proxy username/password in each HTTP request. As curl also have this feature : viewtopic.php?f=4&t=8632

This way, each HTTP request action can be configured to use different proxy or non proxy.
Exactly, thank you for the right explanation

Re: Add proxy connection to http request

Posted: 09 May 2020 08:38
by Kendbad
Martin wrote:
07 May 2020 19:43
Hi,

Could you please describe in more detail what you want to achieve?

Thanks & Regards,
Martin
I can't use curl in automagic, if the proxy can added to every http request, that's great.

Re: Add proxy connection to http request

Posted: 13 May 2020 14:18
by Kendbad
Help

Re: Add proxy connection to http request

Posted: 13 May 2020 18:04
by Desmanto
Adding feature takes time and testing. 1.38 EAP is already late for release, so I don't think it will be added soon. Better find alternative as trying to adb push the curl binary to /data/local/tmp/, then execute it from there. I know it should can run without root, although require PC to use the adb at the first time.