How to fix iOS 12 Safari Cors preflight error?
问题 I am trying to understand CORs a little better as several users of our web app are complaining since they upgraded to iOS 12 they are receiving preflight errors. The errors from the web inspector [Error] Preflight response is not successful [Error] Fetch API cannot load https://www.api.com due to access control checks. [Error] Failed to load resource: Preflight response is not successful (v4, line 0) The client app is a React app with Apollo. It calls a server over HTTPS with Apache HTTPD and