- Home /
Question by
accforaus · Mar 29, 2021 at 07:18 AM ·
networkingwebrequest
UnityWebRequest cannot receive data in some urls response
Hey guys. I have some problems with UnityWebRequest. I have several URLs to communicating with my server. Some URLs working fine expectly and other few URLs not working expectly. It's a weird thing that there is no error in any unity and my server. My server request with status 200 normally, but Unity client cannot receive any data from the server. So I had testing my server on POSTMAN, Restlet Client, Curl, and even testing Axios on javascript. and it's working perfectly.
I don't know why UnityWebRequest cannot receive any data in some URLs responses.
My unity client version is 2019.2.12f1 and I tried 2019.3.0.f1 but it's not working too.
Thanks for reading my problem and please give me some advice about solving this problem.
Comment