I have a script that uses WebSocket on loopback. Edge shows the following error when script try to connect to 127.0.0.1:4530.
"SCRIPT12017: WebSocket Error: SECURITY_ERR, Cross zone connection not allowed"
Solution : I have made the following changes and it worked for me.
- In the Control Panel - Internet Option, select the Security Tab. In the Security tab, select Local intranet zone. Click on Sites button and uncheck all checkboxes in Local intranet dialog.
I want to know :
- what is the meaning of this error : "SCRIPT12017: WebSocket Error: SECURITY_ERR, Cross zone connection not allowed" and
- why I have to make above changes in Internet options.
I have googled it but no luck.