msxml6 update in Window Security KB954459

D

ddm

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top