How to generate Pusher authentication string from VBscript?
问题 Please see this post for the same issue in bash. Here is my main code: loadFile "md5.vbs" wscript.echo "md5('test') = " & md5("test") loadFile "sha256.vbs" wscript.echo "sha256('test') = " & sha256("test") method = "POST" app_id = <redacted> key = "<redacted>" secret = "<redacted>" tstamp = datediff("s",#1970/1/1#,dateadd("h",5,now())) data = "{""data"":{""message"":""hello world""},""name"":""my_event"",""channel"":""test_channel""}" path = "/apps/" & app_ID & "/events" query = "body_md5=" &