Skip to content

Know Problem

yenmoc edited this page Dec 20, 2022 · 5 revisions

Non-secure network connections disabled in Player Settings

  • Non-secure network connections disabled in Player Settings

    • at UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest.SendWebRequest()
  • InvalidOperationException: Insecure connection not allowed

    • System.InvalidOperationException: Insecure connection not allowed UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest.SendWebRequest()

image

How to fix

Open Project Setting > Player > Oher Setting > Allow downloads over HTTP

Change value from Not allowed to Allowed in development builds

image

Clone this wiki locally