in reply to Re: How to reliably get referrer?
in thread How to reliably get referrer?

What if the user bookmarks the latter and removes the query string? What if the user types it in directly? What if the client ignores query string parameters?

This isn't completely reliable either.

Replies are listed 'Best First'.
Re^3: How to reliably get referrer?
by perrin (Chancellor) on Mar 02, 2009 at 21:24 UTC
    True, but the OP didn't specify any concerns about malicious users trying to break the app. The referer business is unreliable even when users are friendly.

    UPDATE: I guess "spoofed" does sound like a concern about tampering by users.

Re^3: How to reliably get referrer?
by zwon (Abbot) on Mar 02, 2009 at 21:23 UTC
    This isn't completely reliable either.

    Sure. There's alway possible to use user agent which doesn't support redirection ;).