Be a Supporter!

Header redirection reliable

  • 313 Views
  • 4 Replies
New Topic Respond to this Topic
VigilanteNighthawk
VigilanteNighthawk
  • Member since: Feb. 13, 2003
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Header redirection reliable 2008-06-03 01:05:58 Reply

Quick question: Is using HTTP headers to redirect users reliable, or is there a way users can disable it? I'd be using the php header function.


The Internet is like a screwdriver. You can use it to take an engine apart and understand it, or you can see how far you can stick it in your ear until you hit resistance.

henke37
henke37
  • Member since: Sep. 10, 2004
  • Offline.
Forum Stats
Member
Level 30
Blank Slate
Response to Header redirection reliable 2008-06-03 01:53:33 Reply

It's part of the http specification.
While you can not force the client to make http requests, no existing browser has even an option to not follow these redirects. They are simply too common.


Each time someone abuses hittest, God kills a kitten. Please, learn real collision testing.

Anim8or666
Anim8or666
  • Member since: Jul. 24, 2007
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Header redirection reliable 2008-06-03 07:06:40 Reply

At 6/3/08 01:53 AM, henke37 wrote: It's part of the http specification.
While you can not force the client to make http requests, no existing browser has even an option to not follow these redirects. They are simply too common.

Nah. Browsers can't disable them, but older browsers may not support them. I suggest you include a "if you are not redirected within X seconds, then click here" link, just in case.


This account is no longer active. Let this signature serve as the only existing tribute to this account's former greatness.

VigilanteNighthawk
VigilanteNighthawk
  • Member since: Feb. 13, 2003
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to Header redirection reliable 2008-06-03 14:03:09 Reply

Thanks guys.


The Internet is like a screwdriver. You can use it to take an engine apart and understand it, or you can see how far you can stick it in your ear until you hit resistance.

henke37
henke37
  • Member since: Sep. 10, 2004
  • Offline.
Forum Stats
Member
Level 30
Blank Slate
Response to Header redirection reliable 2008-06-03 17:27:47 Reply

The http redirects has been around since, like forever. There is no webbrowser that does not support them (that's a finished one). They where there before pictures in webpages.


Each time someone abuses hittest, God kills a kitten. Please, learn real collision testing.