AppLovin / AppLovin-MAX-Unity-Plugin

110 stars 31 forks source link

UnityWebRequest issue #331

Closed jedai7 closed 4 months ago

jedai7 commented 4 months ago

MAX Plugin Version

6.0.1

Unity Version

2021.3.24

Device/Platform Info

iOs

Current Behavior

In our project we have applovin 6.0.1(update for google ump) and google adapter. Also we use unitywebrequest to our server for user identification and we have problems, our webrequest doenst work after updating. If we downgrage applovin to 5.4.5. Unitywebrequest dont work at all, we didnt see even in charles

Expected Behavior

No response

How to Reproduce

i dont know((

Additional Info

No response

JonathanLiuApp commented 4 months ago

Hi @jedai7, could you try to see if you can reproduce this in an empty Unity project with our plugin installed?

jedai7 commented 4 months ago

@JonathanLiuApp hi, yes. I found why. Your plugin broke http, only https. But we can't move our server to https.

santoshbagadi commented 4 months ago

@jedai7 you may use the InsecureHttpOption.AlwaysAllowed option to allow plain text HTTP.