Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
ddm ddm is offline
external usenet poster
 
Posts: 5
Default 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 ?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing Tools\Macro\Security window chris Excel Programming 1 February 20th 09 01:43 PM
SECURITY UPDATE FAILS TO INSTALL Ameneses Excel Discussion (Misc queries) 0 December 10th 08 07:20 PM
Security Alert Window Excel 2007 KT Excel Discussion (Misc queries) 1 August 11th 07 12:14 AM
Excel 2003 security update, please help me! Eddy[_2_] Setting up and Configuration of Excel 1 June 17th 07 09:57 AM
Enable Macros window does not pop up. Security Medium miguel Excel Programming 0 July 27th 06 02:39 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"