Morten Pedersen
2004-03-04 13:35:49 UTC
Hi,
I'm calling WinInet in the following sequence to retrieve data from an
client on a local network or the localhost:
InternetOpen->InternetConnect->HttpOpenRequest->HttpSendRequest.
Normally this works fine. But after I have updated my computer with the
lasest security update of IExplore (KB832894 - Q832894) it doesn't work any
more. The HttpSendRequest returns 0 = FAIL (before the update it returns 1 =
OK). But when i call GetLastError just after it also returns 0 (i think that
means no error?). So i have no idea of why the call isn't OK.
I have noticed that my version of wininet.dll has changed from 6.0.2800.1106
(31-3-2003) to 6.0.2800.1400 (21-1-2004). I have seached msdn and
microsoft.com for changes in the version change of the wininet.dll, but i
didn't get any usefull answers.
Is this call not posible any more? Is there any changes in the functionality
of this call? Cound it be some settings om my computer that is changed
during the update? Is there a solution to this problem?
I have tried to uninstall the IE update, and then my application works
again. But my application need to be independed of these security updates.
Morten Pedersen
I'm calling WinInet in the following sequence to retrieve data from an
client on a local network or the localhost:
InternetOpen->InternetConnect->HttpOpenRequest->HttpSendRequest.
Normally this works fine. But after I have updated my computer with the
lasest security update of IExplore (KB832894 - Q832894) it doesn't work any
more. The HttpSendRequest returns 0 = FAIL (before the update it returns 1 =
OK). But when i call GetLastError just after it also returns 0 (i think that
means no error?). So i have no idea of why the call isn't OK.
I have noticed that my version of wininet.dll has changed from 6.0.2800.1106
(31-3-2003) to 6.0.2800.1400 (21-1-2004). I have seached msdn and
microsoft.com for changes in the version change of the wininet.dll, but i
didn't get any usefull answers.
Is this call not posible any more? Is there any changes in the functionality
of this call? Cound it be some settings om my computer that is changed
during the update? Is there a solution to this problem?
I have tried to uninstall the IE update, and then my application works
again. But my application need to be independed of these security updates.
Morten Pedersen