Question about Proxies

I want to create a scenario with several Instagram accounts and have them do a certain action.

Is it possible to connect them through a proxy within the same scenario? Or do I go further, can the fingerprint be modified on each of the accounts?

Or should I use anti detect browser + proxy and a different integromat account for each account?

THANKS! :raised_hands:

Welcome to the Make community!

No, all will run from the same server instance/thread.

You canā€™t do that either, if you are using the Instagram integration.

You should be able to send custom brower agents/request headers if you are using the generic HTTP module.

You can select a different server for each Make account, but thereā€™s only a limited choice you can choose from, and you canā€™t change your server in future.

3 Likes

Thank you for your quick answer!!

I donā€™t understand the server thing. Do you mean the area of my organization? If I change the zone of my organizations, do I have a different IP in each of them when I run any automation?

Now how can I change the fingerprint using the HTTP module?

Iā€™m looking for information here but I canā€™t find anything.
Thank you!

  • eu1.make.com
  • eu2.make.com
  • us1.make.com

You canā€™t change them once selected.

If you open your browser consoleā€™s network tab and make any request (e.g. refresh the page), you can see the ā€œRequest Headersā€. This is the ā€œfingerprintā€ of your browser.

You can try copying them into the HTTP module, and try changing them up so it looks like different devices/etc. Yours will look different from mine because we are obviously using different devices.

2 Likes

Just to add a bit of additional info here, unless you use proxies within your modules, all traffic outbound from Make will use a small pool of IP addresses.

Allowing connections to and from Make IP addresses

3 Likes

I see! I didnā€™t know this and Iā€™ve been using Make for a long time. Itā€™s quite useful thank you.
So by simply changing my URL I change my IP?

Perfect!

Thanks again I will take a look at it

Something like that, right?

Great contribution. Thank you. So the ipā€™s according to the url will rotate based on those IPā€™s.

You say, ā€˜unless you use proxies inside the modules.ā€™

Can you or canā€™t you use proxies inside the modules with some automation?

Thank you, sorry for so many questions.
Regards. :grinning:

Yes exactly, thatā€™s called browser spoofing, or UA spoofing.

1 Like