1
vote
1answer
15 views
Issue a redirect (HTTP 302) to act on _top frame without using Java script
I need to redirect the top frame on a form post and it should work irrespective of javascript and across all major browsers.
I can redirect to a page with a link and its target attribute set & …
1
vote
3answers
253 views
Setting up HTTP Redirect for SEO in IIS7
Hi,
I want all requests to http://mydomain.com to be 301 redirected to http://www.mydomain.com for SEO purposes.
In order to do this, can I use IIS7's HTTP redirect method? I tried setting the HTTP …
1
vote
2answers
303 views
Sending info with a HTTP redirect that the browser should send to the redirected location?
Is this possible.. for example, imagine I respond to a request with a 302 (or 303), and I inform the browser to do a request to a given location.. is there a header that I can send with the HTTP 302, …
