Unity2022使用HttpWebRequest请求http报Insecure connection not allowed错误

在unity2022 .1.0a5以后的版本,系统设置默认不支持http请求,只支持https请求。

可以使用一下路径更改系统设置。

Edit -> Project Settings -> Player -> Other Settings -> Configuration -> Allow downloads over HTTP

 

官方地址:https://issuetracker.unity3d.com/issues/insecure-connection-is-not-allowed-error-is-shown-when-view-documentation-button-is-pressed-in-package-manager

posted @ 2022-06-16 18:37  Exceedingly  阅读(6534)  评论(0)    收藏  举报