Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin "MY ADDRESS I REMOVED FOR MY SECURITY" is therefore not allowed access.
我在谷歌上搜索了一下,发现这是CORS标题的问题,我试图添加
Header set Access-Control-Allow-Origin "*"