View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default Special Http Response feature?

Any reference for that ?

'******************
Dim myhttp As Object
Set myhttp = CreateObject("Msxml2.XMLHTTP.3.0")
myhttp.Open "GET", "http://localhost/testpages/headers.asp", False

myhttp.setRequestHeader "MyHeader", "MyHeaderValue"

myhttp.send False
MsgBox myhttp.responseText
'******************

works for me.

Tim


"Jeff" wrote in message
oups.com...
It looks like you theres some bug where you can't attach request
headers to xmlhttp