json - How to do html POST requests to Server with visual basic net -


i have been searching of stack overflow none of examples seem work.

i want post request server, additional header information , parameters this

{"parameter1": "blabla", "parameter_2": "haha"} 

how can post request , save response in variable?

i can't seem find working code no matter look, errors in vb.net.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -