Skip to main content

All Questions

0 votes
1 answer
519 views

POST request with json data using ironpython

I'm writing code in ironpython and I'm trying to send a http post request to the server with json in the request body. For this I use the C# method: HttpWebRequest. I know there are more advanced and ...
Eyal Sinay's user avatar