Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hpbrandt's avatar

FormSpark Failing with SSL Error

I have a simple form on page for support requests that POSTS to Formspark. It is failing with :

[Error] An SSL error has occurred and a secure connection to the server cannot be made.

[Error] XMLHttpRequest cannot load https://submit-form.com/xxxxxxxx due to access control checks. in both Chrome and Safari.

I can use POSTMAN and submit a form successfully.

I can successfully curl a form from the servers that are getting the issue.

Any insights are greatly appreciated !!! My code is as follows:

0 likes
1 reply
hpbrandt's avatar

Uncovered that in the .test environment we are unable to authenticate as sending from a secured webpage/form. When we moved this to a secure site the form POSTs correctly.

Please or to participate in this conversation.