convert webRequest.downloadHandler.text to an array

Steps to success:

  • understand and describe the text data coming back from your web call.

Is it just raw bytes? JSON? XML? Something else?

Until you accomplish that, everything downstream of that is irrelevant.

As soon as you accomplish the above, you’ll have an array that you can use however you like.

Networking, UnityWebRequest, WWW, Postman, curl, WebAPI, etc:

And setting up a proxy can be very helpful too, in order to compare traffic:

1 Like