我有个问题。我试图通过https通过这种方式访问Openfire插件:
https://my-openfire.org.ua:7443/http-bind/plugins/restapi/v1/chatrooms
我得到了错误:
加载https://my-openfire.org.ua:7443/http-bind/plugins/restapi/v1/chatrooms失败:在飞行前响应中访问控制允许允许头的访问不允许请求头字段授权.
伙计们,我做错什么了?
发布于 2018-02-20 12:38:30
您需要使用路径:https://myopenfire.org.ua:9090/plugins/restapi/v1/chatrooms
(它使用web接口端口),并且它没有绑定到"http-bind“。
https://stackoverflow.com/questions/48875107
复制相似问题