[thelist] ASP: changing response.redirect headers

Tab Alleman thelist at lists.evolt.org
Tue Oct 22 12:44:00 2002


According to MS's website:

"The Redirect method sends the following explicit header, where URL is
the value passed to the method, as shown in the following code:

HTTP 1.0 302 Object Moved
Location URL"

I want to do a server-side redirect using the 307 (or possibly 301)
header.  Is this possible, and how?