json postdata (wodHttpDLX)
Hi.
You cannot send JSON (or any other value) like that, not through Headers.Add.
It's sufficient to set
Request.Headers("Content-type").Value = "application/json"
and then in
Request.Body = your_json
with formatted JSON.
I hope this helps.
Jasmine
Complete thread:
- json postdata - shine, 2016-05-09, 01:54
- json postdata - Jasmine, 2016-05-09, 01:59
- json postdata - shine, 2016-05-09, 02:18
- json postdata - Jasmine, 2016-05-09, 01:59