Hello ! I tried to communicate with a secure server(https) which redirects to an 'http' file. I used the 'WinINet.dll'. When communicating I added 'INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTP' and 'INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTPS' flags in 'HttpOpenRequest' API. I want the redirecting process transparent to me. This works correctly on 'Windows Server 2000 (SP 4)', 'Windows XP (SP 1)' and 'Windows 2000 Professional (SP 4)'. But when 'Windows XP (SP 2)' or 'Windows Server 2003' is used it doesn't work properly. Then 'HttpEndRequest' returns 'False' and 'GetLastError()' returns 'ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR'(The 'dll' size is also different on those OSs). How can I achieve this on 'Windows XP (SP 2)' or 'Windows Server 2003' ? Please help. pri_sama.
----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

