• Hi,

    I got a problem with sending mail forms in safari, everything works fine in other browsers but safari, in safari I get the following message:

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    https://www.ballonnenkampioen.nl/wp-json/contact-form-7/v1/contact-forms/4058/feedback

    What can I do about it? Can’t find anything on other topics that works for me.

    I also use the following extensions and deactivated the plug-ins but that doesn’t work.
    – Contact Form 7 Conditional Fields
    – Contact Form 7 Datepicker

    Also tried to change the theme to the default one, that didn’t work either.

    I would like to hear from you,

    With kind regards,
    Weppster

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    This message is seen in the response:

    The “HTTP_AUTHORIZATION” or “REDIRECT_HTTP_AUTHORIZATION” is missing in the global variable $_SERVER on your server. Be sure you added the RewriteRule as mentioned in the documentation. If you did that, please contact your provider and ask him how to do make one of these available, otherwise authentication is not working.

    Follow the advice.

    Thread Starter weppster

    (@weppster)

    I did change the .htaccess file to:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule .* – [e=HTTP_AUTHORIZATION:%1]
    RewriteBase /
    RewriteRule ^index\.php$ – [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
    </IfModule>
    # END WordPress

    But its still giving the same error? What can I do?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Restore the .htaccess file and try switching to the default theme and deactivating all other plugins.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with sending forms in safari’ is closed to new replies.