-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong IP Address In Mautic #2
Comments
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? |
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 |
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 :)
The text was updated successfully, but these errors were encountered: