ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   msxml6 update in Window Security KB954459 (https://www.excelbanter.com/excel-programming/433739-msxml6-update-window-security-kb954459.html)

ddm

msxml6 update in Window Security KB954459
 
hi there,

i has coded some VBA to get the cookies from web, and i found out that
encounter issue after applying the Widow Security Update KB954459.

Below is my code;

XMLHTTP.Open "POST", Trim(baseURL)
XMLHTTP.setRequestHeader "Content-Type",
"application/x-www-form-urlencoded"
XMLHTTP.send

While XMLHTTP.readyState < 4
XMLHTTP.waitForResponse 1000
Wend

strHeaders = XMLHTTP.getAllResponseHeaders()


And get empty Cookies string after apply the security update. anyone know
workaround ?



All times are GMT +1. The time now is 11:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com