Skip to content

Instantly share code, notes, and snippets.

@tsubakimoto
Created May 24, 2014 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsubakimoto/29c2d2590d41022032bd to your computer and use it in GitHub Desktop.
Save tsubakimoto/29c2d2590d41022032bd to your computer and use it in GitHub Desktop.
url = WScript.Arguments.Item(0)
Set http = CreateObject("Microsoft.XMLHTTP")
http.open "POST", url, False
http.setRequestHeader "Content-Type", "text/plain;charset=UTF-8"
http.send ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment