Tagged Questions

3
votes
1answer
1k views

ASP HttpWebRequest and Redirect

OK, I have a client doing a POST to a server with some data. The server receives the post, and answers with a redirect. The problem is that the client does not redirects. Also, I've tried to check the ...
2
votes
2answers
150 views

will javascript tag's src attribute follow http redirects in all browsers

Let's say, a javascript tag's src attribute points to a redirect: <script src="http://foo.com/foo.js"></script> where http://foo.com/foo.js is a 301 redirect to ...
2
votes
4answers
407 views

How does HTTP 302 work?

How does HTTP 302 work? I would like to know the internals
1
vote
1answer
82 views

mod_rewrite: rewrite rule or redirect?

If I use an internal rewrite rule to change my web page names instead of a redirect,it appears that I will have a duplication of content? For example, if I rewrite /oldpage.html to ...
1
vote
2answers
1k 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, ...
0
votes
2answers
218 views

Redirect to a new URL without browser issuing a second request?

Is there a way for a web server to issue a redirect that does not require the browser to issue a second request? For example, the browser requested http://www.mysite.com/lion, but the server wants ...
0
votes
2answers
182 views

How can I redirect a HTTP POST request immediately after the headers are processed?

On Windows CE, I am currently in a situation where we implement a simplistic web server from scratch. The predominant use of this server will be in a one-to-one USB RNDIS connection. The server is ...
-1
votes
4answers
138 views

header in php to redirect the page

i want to redirect the page by using header tag but its not working