This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: HTTP server authentified access
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 01, 2007
01:47 AM
HTTP server authentified access
Hello,
I have built a release using 'Install From The Web' option to be able to download a setup.exe prior to download the rest of the files depending of the user choices.
If I use an HTTP server without any user and password, it works like a charm
(ie : http://www.foo.com/myInstallerFolder)
But if I use an HTTP server with user and password, I am not able to access my files (ie : http://user:password@www.foo.com/myInstallerFolder)
Of course, I tested my http configuration and everything is ok.
I saw an article in MSDN saying that IE no longer accepts url with user:password for security reason. Is it the same with IS 2008 ? If so, how can I deal with that ?
Thanks on advance for any help provided.
Pascal
I have built a release using 'Install From The Web' option to be able to download a setup.exe prior to download the rest of the files depending of the user choices.
If I use an HTTP server without any user and password, it works like a charm
(ie : http://www.foo.com/myInstallerFolder)
But if I use an HTTP server with user and password, I am not able to access my files (ie : http://user:password@www.foo.com/myInstallerFolder)
Of course, I tested my http configuration and everything is ok.
I saw an article in MSDN saying that IE no longer accepts url with user:password for security reason. Is it the same with IS 2008 ? If so, how can I deal with that ?
Thanks on advance for any help provided.
Pascal
(2) Replies
‎Aug 02, 2007
10:22 AM
Our downloads go through the user's default browser or IE in order to use any proxy configuration that may be necessary to use the internet. Thus we have probably inherited IE's unwillingness to use such URLs "for free". Unfortunately I don't have any suggestions on how to work around this other than no longer using the user/password restriction on your website. Perhaps someone else might have an idea?