Thanks for the script. I tried the same with my code.
But, this is not working when I have the post parameters in the following format
ParamList = """lang=en&adLocation=CN=hello767 hello767,OU=chennai,OU=India,DC=India-Telecom,DC=com&givenname=hello767"""
Set xHTTP =...
ok, I have written my POST request into a html file and called that html file from the vbscript.
In this way, it is working.
But here, the file is accessible to everyone. I want to delete the file after the browser is opened.
I have used the following script.
objWShell.run fileString...
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.