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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -