Displaying 3 results from an estimated 3 matches for "getallresponseheaders".
2007 Jan 21
0
Safari doesn't pass the headers.
...oad'', function(){Site.loader()});
</script>
</head>
<body>
<div id="content"></div>
</body>
</html>
I''m pretty sure that this works but only in gecko engines and IE. I was
debugging the prototype.js and I realized using
response.getAllResponseHeaders() function that Safari and Swift are not
passing the headers therefore since the line 766 in prototype.js It''s
not executed:
if ((this.header(''Content-type'') ).match(/text\/javascript/i))
this.evalResponse();
By the way, for other example of this problem take a look at...
2015 Aug 07
0
Wine release 1.7.49
...(1):
msvcp120/tests: Fix error test case of tr2_sys_Copy_file in FAT filesystem.
Zhenbo Li (6):
mshtml: Add IHTMLXMLHttpRequest::statusText property implementation.
mshtml: Add IHTMLXMLHttpRequest::getResponseHeader() method implementation.
mshtml: Add IHTMLXMLHttpRequest::getAllResponseHeaders() method implementation.
mshtml: Add IHTMLOpinionElement::index property's getter implementation.
mshtml: Add IHTMLSelectElement::size property implementation.
mshtml: Fix error handler in IHTMLSelectElement::remove().
--
Alexandre Julliard
julliard at winehq.org
2011 Aug 05
0
Wine release 1.3.26
...package is openend in transacted mode.
winhttp: Implement IWinHttpRequest::SetProxy.
winhttp: Add accept types to the request headers.
winhttp: Add a default user agent header.
winhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.
winhttp: Implement IWinHttpRequest::GetAllResponseHeaders.
winhttp: Add some parameter checks.
winhttp: Implement IWinHttpRequest::GetResponseHeader.
winhttp: Implement IWinHttpRequest::SetRequestHeader.
winhttp: Add support for sending data with a request.
winhttp: Include the extra info part of the URL in the request....