Forum Replies Created

Viewing 1 replies (of 1 total)
  • I’m receiving the exact same error message, but to make matters worse though, the data submitted isn’t making it to Pardot at all.

    Here’s the data…

    **SUBMISSION**
    Array
    (
        [timeout] => 10
        [body] => Array
            (
                [Company] => TEST - Valley Offset Printing, Inc
                [First Name] => Kevin
                [Last Name] => Burnett
                [Email] => [email protected]
                [Phone] => 3167550061
                [Address One] => 160 S Sheridan
                [City] => Valley Center
                [State] => Kansas
                [Zip] => 67147
            )
    
    )
    
    **RAW RESPONSE**
    Array
    (
        [safe_message] => error object
        [object] => WP_Error Object
            (
                [errors] => Array
                    (
                        [http_request_failed] => Array
                            (
                                [0] => Too many redirects
                            )
    
                    )
    
                [error_data] => Array
                    (
                    )
    
            )
    
    )

    Any suggestions on what’s going wrong here?

Viewing 1 replies (of 1 total)