elementic
elementic copied to clipboard
Wrong IP Address In Mautic
Hey there, how are you?
When I use this plugin with an Elementor form and send the data to a Mautic form, the Mautic form result always has the IP address of the Elementor server instead of the user's IP address.
I can work on fixing this now but any help or tips would be appreciated as I've tried a few things with no luck. I'm following these steps to get the results: https://docs.friendly.ch/Integrate-Friendly-Automate-with-Elementor-Form-4cf8d07f78a140a5a4f246587e2525ee
I'll keep working on this on my end and will submit a pull request if I figure it out :)
Hey there, how are you?
When I use this plugin with an Elementor form and send the data to a Mautic form, the Mautic form result always has the IP address of the Elementor server instead of the user's IP address.
I can work on fixing this now but any help or tips would be appreciated as I've tried a few things with no luck. I'm following these steps to get the results: https://docs.friendly.ch/Integrate-Friendly-Automate-with-Elementor-Form-4cf8d07f78a140a5a4f246587e2525ee
I'll keep working on this on my end and will submit a pull request if I figure it out :)
Change headers' => [ 'client_ip' => $_SERVER[ "REMOTE_ADDR" ]] to headers' => [ 'Client-Ip' => $_SERVER[ "REMOTE_ADDR" ]]
Thanks for the great work. How to do it as above?
Thanks for the great work. How to do it as above?
Hey man, I approved a pull request that fix this problem. Just update your plugin downloading the code again and enjoy.
I tried and checked the ips but doesn't work. Same ip for all contacts added. I am using cloudflare and all ips are from cloudflare ip.
Damn it. I gonna check it out asap