• Hi. Having trouble with this plugin, which had been working for quite some time when it was the previous version (Contact-Form-7: 3rd-Party Integration) so no changes on our end other than updating the plugin.

    Everything we post includes all of the form fields which are getting populated correctly, but now also includes this show-stopping error:

    
    *** Response ***
    WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => Too many redirects
                    )
            )
    
        [error_data] => Array
            (
            )
    )
    

    Any idea where this is coming from?

    • This topic was modified 6 years, 4 months ago by e dev.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter e dev

    (@efishinsea)

    As a follow up, I believe this to be an issue with the 3rd party we are posting to, and not with the plugin.

    Thread Starter e dev

    (@efishinsea)

    So the 3rd party has mentioned that the method to post needs to follow redirects:

    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);

    but I don’t see that this plugin is using CURL, is it?

    Is there a mechanism in place to handle stuff like this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too Many Redirects?’ is closed to new replies.