Re: [PHP] http->https->http redirection causes browser to showalert dialog

2003-03-13 Thread Pablo
On 03/13/2003 11:30 AM, -{ Rene Brehmer }- ([EMAIL PROTECTED])
wrote:

>>> This is normal and is the browser deciding to do it. In most browsers
>>> this is configurable (you can turn it off) but it is on by default.
>> 
>> Has anyone actually found a way to turn off this 'feature' in IE 5 or 6 for
>> Windows? I haven't found an option to do this in 6.0.2800.
> 
> Internet Options -> Advanced tab
> 
> Under "Security", uncheck "Warn if changing between secure and not secure
> mode".

Yes, I know about that option. It does not do anything in this case - this
is why I used 'actually' in my question. I've suggested checking this option
in the past but recently found that it doesn't do what I hoped it would.

> That's where it is from IE 4 and up ... BUT, apparently it doesn' work
> always. Sometimes IE decides to show the dialog anyways ...

Exactly. The option you refer to does not seem to affect redirects.

Pablo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] http->https->http redirection causes browser to showalert dialog

2003-03-13 Thread Pablo
On 03/13/2003 8:49 AM, Chris Hewitt ([EMAIL PROTECTED]) wrote:

> Jean-Christian Imbeault wrote:
> 
>> The problem I am facing is that the flow of event is:
>> 
>> http -> https -> http
>> 
>> and this causes IE and Netscape to put up an alert box telling
>> users that they are leaving a secured site.
> 
> This is normal and is the browser deciding to do it. In most browsers
> this is configurable (you can turn it off) but it is on by default. I
> feel this is good behaviour for a browser. Besides suggesting to your
> users that they turn this off (but that would affect all sites the
> browser visits), I can only suggest you use SSL for all the pages, or none.

Has anyone actually found a way to turn off this 'feature' in IE 5 or 6 for
Windows? I haven't found an option to do this in 6.0.2800.

On 03/13/2003 7:46 AM, Jean-Christian Imbeault ([EMAIL PROTECTED]) wrote:

> Is there a way around this? The messages are annoying at best and
> probably scary to users ...

I'm having the same issue. The only workaround I've found is to redirect to
a secure page that uses some combination of JavaScript, refreshing via
 and plain links. Browsers don't seem to think these kinds of
redirects are worthy of alerts.

Pablo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php