解决WebStorm 跳转页面时出现requested without authorization, you can copy URL and open it in browser to ....

这几天使用webstorm调试自己的页面时,页内跳转老是出现这个问题,说是链接不安全没法直接跳转,然后要你复制链接到剪切板,自己去浏览器跳转

Page 'http://localhost:63342/xxxx.html' requested without authorization, you can copy URL and open it in browser to trust it.

刚好今天也找到了解决办法,记录下来

进入 WebStorm  的 setting > Build > Debugger 的 Allow unsigned requests 打钩就可以解决这个问题


猜你喜欢

转载自blog.csdn.net/weixin_41109857/article/details/80602645