Response.Redirect

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

How safe is Response.Redirect in terms of client browser capablities and
security/privacy settings?
Can user change the browser's setting so Response.Redirect doesn't work?

Thanks,
Alan
 
A.M said:
Hi,

How safe is Response.Redirect in terms of client browser capablities
and security/privacy settings?

Well, its part of HTTP 1.0 and 1.1, though rarely (never?) implemented
according to the RFCs, which probably won't matter to you. It's safe to use.
Can user change the browser's setting so Response.Redirect doesn't
work?

Depends on the browser. Opera for example is capable of that.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top