Page 1 of 1
HTTP_USER_AGENT function
Posted: Tue Jan 21, 2003 4:28 am
by Dmitry
I need to know when this function get value for example this Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1), there it came from???? I need to fool this function that it woud dislplay different numbers in MSIE 6.0, for example MSIE 7.0
IS IT POSSIBLE???
Thanks!
Posted: Tue Jan 21, 2003 4:35 am
by volka
the client (-browser) sends this string. Some allow the modification of it.
What do you want to achieve?
Posted: Tue Jan 21, 2003 4:46 am
by Dmitry
and there this string is situated, and how to modify it?
Posted: Tue Jan 21, 2003 4:58 am
by volka
http://www.winguides.com/registry/display.php/799/ explains how to change the agent string of internet explorers
Posted: Tue Jan 21, 2003 5:15 am
by Dmitry
Thaks this is working
