I like to pass at least browser
information from page to page to make pages display properly.

What kind of web framework are you using? Most allow you to access the HTTP headers sent with a request -- in this case, what you'd be after is the 'User-Agent' header.

On Wed, 16 Sep 2009 16:21:41 -0700, Victor Subervi <victorsube...@gmail.com> wrote:

Hi;
Search engines don't like dynamic links. I like to pass at least browser
information from page to page to make pages display properly. Spiders
couldn't care less about asthetics, so that wouldn't matter to them. But
passing something like *.com?browser=IE5 trips the spider up. Is there a way to pass this variable without that and without using a form for every page
(which is not practical)?
TIA,
Victor



--
Rami Chowdhury
"Never attribute to malice that which can be attributed to stupidity" -- Hanlon's Razor
408-597-7068 (US) / 07875-841-046 (UK) / 0189-245544 (BD)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to