|
Re: XMLHttpRequest
The cookie bug in xmlDOM ignores the first command of setRequestHeader and as far as I know, I used the format as below - not with brackets. Dunno if that makes any difference at all but maybe worth a try?
request.setRequestHeader "Cookie", "aParam=aValue"
request.setRequestHeader "Cookie", "aParam=aValue"
Aren't you like supposed to use Set-Cookie now anyway?
|