OPTIONS请求没有得到正常的Response Headers


根据 flask 跨域访问装饰器实现 来解决angularjs的跨域访问问题,终端上用curl发送POST、GET请求都成功了,但是在网页上GET请求是正确的,POST请求却出了问题,OPTIONS请求很奇怪,如下:

clipboard.png
而正常来说应该是这样的:
clipboard.png
为什么会得到前面这样的response headers?
最终却报 Origin ' http://localhost:63342 ' is therefore not allowed access.
clipboard.png
可是我的GET请求就是ok的,说明跨域的Origin应该没什么问题啊。。。
谢谢

request python flask angularjs http

都是幻觉╮ 10 years, 3 months ago

Your Answer