UnityWebRequest how to print all Request headers

Viewed 5905

Is there a way to print all the request headers from the UnityWebRequest API? (I'm especially interested in the one automatically added "x-unity-version" and "user-agent")

Also, where are these headers are stored in the code?

1 Answers
Related