在我的Chrome devtools内部,我发现http://127.0.0.1:5006/bokeh/objinfo/3ca23dfb-07be-4872-80d7-8b34bfcc7a5a/235a1e7e-a77c-461c-85f4-02acab5ee24c
发生了两次请求。
第一次,http方法是OPTIONS
。这会导致散景crossdomain
装饰器添加正确的http标头Access-Control-Allow-Origin: *
第二次,该方法为GET
,我在devtools
中有以下错误消息:
XMLHttpRequest cannot load http://127.0.0.1:5006/bokeh/objinfo/3ca23dfb-07be-4872-80d7-8b34bfcc7a5a/235a1e7e-a77c-461c-85f4-02acab5ee24c. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://45.55.181.194' is therefore not allowed access. The response had HTTP status code 500.
双重请求是我的imnagination的神器吗?我可以提供任何其他代码来帮助清除这个问题吗?