html5 - WebSocket跨域
PHPz
PHPz 2017-04-17 14:36:10
0
2
586
PHPz
PHPz

学习是最好的投资!

reply all(2)
小葫芦

Is there any spanning problem with websocket? Probably not, it’s probably a backend server problem

迷茫

WEBSOCKET definitely has cross-domain issues. If cross-domain is required, settings must be made on both the server and client web pages. Cross-domain access must be allowed in the server code, and CSP must be set on the client web page. In this way, cross-domain issues can be dealt with. Please see the link description for related content

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!