Quantcast
Channel: Answers by "3j-"
Viewing all articles
Browse latest Browse all 8

Answer by 3j-

$
0
0
Saw this on another answers page. You can't modify a WWWForm's headers directly, you have to create your own: (C#) var form = new WWWForm(); form.AddField( "SomeKey", "SomeValue" ); var headers = new Hashtable(); headers["SomeHeaderKey"] = "SomeHeaderValue"; var www = new WWW( url, form.data, headers );

Viewing all articles
Browse latest Browse all 8

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>