Getting "HTTP_USER_AGENT:UserAgent" from server variables

696 views Asked by At

Sometimes my application is getting UserAgent in the server variable HTTP_USER_AGENT. What does it mean and why it could not get my users browser information ?

1

There are 1 answers

2
Quentin On

It means that the client set:

User-Agent: UserAgent

in the HTTP headers. That is the information that the client sent.