Hi, so I’m struggling with something. I’m using unity 2018.3.6f1 and I’m making some requests using unitywebrequests. And all the POST methods work fine, but for some reason when i added one GET request it doesn’t work on android. It works fine in editor, but when i build for android and connected fiddler it turns out that the request is being send as POST even though i specifically set it to GET.
Also i i set a debug log to tell me what method webrequest is using at the moment of sending and even on android it is still set to GET, but Fiddler tells me it’s using a POST method.
But once again, everything works fine in editor
Thanks in advance, I’d appreciate any help