Add proxy connection to http request

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
Kendbad
Posts: 20
Joined: 12 Mar 2020 12:02

Add proxy connection to http request

Post by Kendbad » 01 May 2020 04:17

I need to use different ip addresses, for multiple http requests at the same time, please add proxy connection to this feature.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Add proxy connection to http request

Post by Martin » 07 May 2020 19:43

Hi,

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

Thanks & Regards,
Martin

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Add proxy connection to http request

Post by Desmanto » 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.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Kendbad
Posts: 20
Joined: 12 Mar 2020 12:02

Re: Add proxy connection to http request

Post by Kendbad » 09 May 2020 08:33

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

Kendbad
Posts: 20
Joined: 12 Mar 2020 12:02

Re: Add proxy connection to http request

Post by Kendbad » 09 May 2020 08:38

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.

Kendbad
Posts: 20
Joined: 12 Mar 2020 12:02

Re: Add proxy connection to http request

Post by Kendbad » 13 May 2020 14:18

Help

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Add proxy connection to http request

Post by Desmanto » 13 May 2020 18:04

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.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Locked