XMLHttpRequest 无法加载 http://localhost:9090/receive。

我正在通过 nginx 服务器打开一个 html 文件,然后该 html 文件将“POST”请求从 dropzone 传递到 nginx 服务器,然后通过 proxy_pass 到我的 go 服务器。然后这个 go 服务器接受请求。

但是当我尝试使用我的 html 文件并将某些内容放入 dropzone 时,我收到错误消息:

XMLHttpRequest cannot load http://localhost:9090/receive. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9009' is therefore not allowed access.

请帮帮我。


炎炎设计
浏览 247回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go