Misdirected Request

Hi, I have been facing the following error for a while now.

To give some background information - everything works fine on other browsers such as Google Chrome, Firefox and Internet Explorer however I want to make my site available to iOS/MAC OS users as well.


When submitting an HTTP Request to my backend API, I get the following error from Safari:

Misdirected Request

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.



Sometimes it changes to a CORS Allow-Origin Error, however the origin is defined and allowed in my backend, resulting in no issues in other browsers. What can I do please?