PDA

View Full Version : Useragents string


CAI
11-13-2005, 11:15 AM
hello

is it also possible in AMS to adjust the useragent string

for my own browser made with AMS

hope there is a way to do this :lol

u can so much with AMS its great :yes


Grtz

CAI

Intrigued
11-13-2005, 11:35 AM
The only way I can think of myself would be to adjust the Registry to do such for I.E.. Which, I do not recommend. But if you are interested you can continue investigating (I have never adjusted such for I.E., as Website's tend to want I.E. in the first place) here is a Registry entry to start with:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Internet Settings\User Agent\Post Platform

FWIW, once can easy copy and paste their User Agent information with this neat little Javascript code I just found. Just put it in your Browser's address field:

javascript:prompt('Your user agent is', navigator.userAgent); void(0);


Note: in the first code chunk I posted this Website did not show correctly. It has Curr entVersion ... when it should be CurrentVersion

CAI
12-09-2006, 11:36 AM
hello Intrigued, and other AMS people

looking for some example how kan i do this

Hopw to do

how can i make and set this kind of reg adjust with AMS

I Guess this should be ON Startup

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\User Agent\Post Platform]
"mykey_BRWS_C_NN"=""

i know that AMS is working with IE
how can i make a kind of adjust that only my browser will connect

with tis User Agent "mykey_BRWS_C_NN"=""


please help !!