Luiz Carlos Leonesse
2018-05-13 15:06:12 UTC
Hi, everyone. I´m new at vbscript and need some help. I have a function using WinHttp.WinHttpRequest.5.1. I need to see what i´m sending with my headers. For example:
call gXMLHTTP.setRequestHeader("Connection","keep-alive")
I need to see if "Connection" value is really "keep-alive".
How can i do this?
I try with MsgBox Connection, but don´t work.
call gXMLHTTP.setRequestHeader("Connection","keep-alive")
I need to see if "Connection" value is really "keep-alive".
How can i do this?
I try with MsgBox Connection, but don´t work.