• Resolved dirk20

    (@dirk20)


    Hi Danny,

    I asked my provider the question:
    “I am currently installing code on my site which relies on the PHP CURL module. Can you please confirm the following things?

    – PHP CURL is installed and updated to at least version 7.35
    – Requests to https://*.api.mailchimp.com/ are not blocked”

    This is the response I’ve got:
    “Our hostingprovider enables CURL access only for whitelisted source servers, such as update and licensing servers.

    Please provide us with the IP address of your server which has to be contacted by this theme. We will forward that IP to our host, so they can whitelist your service for all clients.”

    Is it possible to get the IP adress?

    Thanks in advance,

    Joshua

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Joshua,

    Yes, to get the IP address of your MailChimp server you can run the following command from your command-line prompt or terminal.

    ping us1.api.mailchimp.com

    The first 3 characters “us1” should match the last few characters of your API key, everything after the dash. So if your API key ends in “xxxx-us5” then you should enter the following command in your terminal.

    ping us5.api.mailchimp.com

    The result should read something like this:

    ping us11.api.mailchimp.com
    PING e9174.x.akamaiedge.net (95.100.134.62): 56 data bytes
    64 bytes from 95.100.134.62: icmp_seq=0 ttl=58 time=11.385 ms

    The last line states the IP address of your API server.

    Hope that helps. If not, let me know!

    Thread Starter dirk20

    (@dirk20)

    Thanks for your fast reply! Dankjewel!

    Plugin Author Danny van Kooten

    (@dvankooten)

    No worries Dirk, glad that helped!

    PS. Should you have a quick minute to spare, a plugin review here on www.ads-software.com would make us quite happy. ??

    Thread Starter dirk20

    (@dirk20)

    Done!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Thank you so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible to get IP adress of Mailchimps server?’ is closed to new replies.