Header redirection reliable
- VigilanteNighthawk
-
VigilanteNighthawk
- Member since: Feb. 13, 2003
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
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
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
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
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
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.

