Discussion:
IE7 wininet and DCOM application
(too old to reply)
s***@sdg.mdd.ricoh.co.jp
2006-11-17 00:50:13 UTC
Permalink
Hi.
We developed a Client/Server DCOM application from IE4.0, and work fine
until IE6.
When I test our application in IE7, it cannot work when access the HTTP
server of outside by
server application.
The server application access the HTTP server of outside by Wininet.
and we use MFC wininet
class to make our program.

The error symptoms is:
When set lanuched user run the server application in dcomcnfg.exe, it
work fine.
But set runas this user which is a admin account, it cannot pass the
internet proxy auth,
when send request, always return 407 error code. in this case, if do
not do proxy auth through a
special proxy port, it work fine. but in IE6 there is no problem, of
course.

OS: windows server 2003 sp1
windows xp sp2
API: GetHttpConnection
OpenRequest
SendRequest
QueryInfoStatusCode

Does it have any changes about security policy in IE7?

thanks - schin
Vladimir Scherbina
2006-11-30 17:03:55 UTC
Permalink
Post by s***@sdg.mdd.ricoh.co.jp
Hi.
We developed a Client/Server DCOM application from IE4.0, and work fine
until IE6.
When I test our application in IE7, it cannot work when access the HTTP
server of outside by
server application.
The server application access the HTTP server of outside by Wininet.
and we use MFC wininet
class to make our program.
When set lanuched user run the server application in dcomcnfg.exe, it
work fine.
But set runas this user which is a admin account, it cannot pass the
internet proxy auth,
when send request, always return 407 error code. in this case, if do
not do proxy auth through a
special proxy port, it work fine. but in IE6 there is no problem, of
course.
OS: windows server 2003 sp1
windows xp sp2
API: GetHttpConnection
OpenRequest
SendRequest
QueryInfoStatusCode
Does it have any changes about security policy in IE7?
thanks - schin
http://connect.microsoft.com/wndp
--
Vladimir (Windows SDK MVP)
s***@sdg.mdd.ricoh.co.jp
2006-12-01 02:36:54 UTC
Permalink
Post by Vladimir Scherbina
http://connect.microsoft.com/wndp
--
Vladimir (Windows SDK MVP)
Hi. Vladimir,
I have registered my problem in wndp.
thank you very much.

Loading...