I need to open a POST request in a browser using vbscript.
I can open the browser using GET request by the following commands
Set objWShell = CreateObject("WScript.Shell")
objWShell.Run AddQuotes(url)
But I don't know how to do this for POST request. I have tried the following script, but it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.