M***@gmail.com
2006-07-06 16:17:14 UTC
Hi,
I'm new to this and could use some help.
I am using Server XmlHttp by sending a COOKIE header in win XP sp2 ,
as
following (VB6):
Dim objXmlHttp As New MSXML2.ServerXMLHTTP40
With objXmlHttp
.Open "POST, URL ', False
'ObjDocument. : The Explorer Window
Call .setRequestHeader("COOKIE", ObjDocument.cookie)
.send sHTMSource
While .ReadyState = 1
DoEvents
Wend
sResponse = .responseText
End With
I am getting an error:
"The certificate authority is invalid or incorrect" Altough my cookies
is
enabled on the Internet settings.
I need an advise how to solve this problem.
Thank You
Manu
I'm new to this and could use some help.
I am using Server XmlHttp by sending a COOKIE header in win XP sp2 ,
as
following (VB6):
Dim objXmlHttp As New MSXML2.ServerXMLHTTP40
With objXmlHttp
.Open "POST, URL ', False
'ObjDocument. : The Explorer Window
Call .setRequestHeader("COOKIE", ObjDocument.cookie)
.send sHTMSource
While .ReadyState = 1
DoEvents
Wend
sResponse = .responseText
End With
I am getting an error:
"The certificate authority is invalid or incorrect" Altough my cookies
is
enabled on the Internet settings.
I need an advise how to solve this problem.
Thank You
Manu