|
Areas > Languages > VBScript Areas > ASP / ASP.Net > Functions > http Areas > ASP / ASP.Net > Response control Standard ASP Response.Redirect "..." generates http header and document that does not redirect browser to required URL on some proxy configurations. The standard message is :
Object MovedThis object may be found here.or something similar. You can eliminate the message by use some additional code : 1. 302 object moved status 2. Refresh meta tag 3. <Script> window.location='...';</Script>
See alsofor 'Response.Redirect and Object moved' article Copyright and use this code
The source code on this page and other samples at https://www.motobit.com/tips/
are a free code, you can use it as you want: copy it, modify it, use it in your products, ...
If you use this code, please:
1. Leave the author note in the source.
or
2. Link this sample from you page.
<A Href="https://www.motobit.com/tips/detpg_RedirObjMoved/" Title="Eliminates Response.Redirect message 'Object Moved -This object may be found here'." >Response.Redirect and Object moved</A> Do you like it? Rate me on LinkedIn |
© 1996 - 2019 Antonin Foller, Motobit Software | About, Contacts