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 Answer
It means that the client set:
User-Agent: UserAgent
in the HTTP headers. That is the information that the client sent.
2 Comments
Mohamed Farrag
does that mean the client doesn't want my application to know such information ? I'm asking because I'm suspecting an attack.
Quentin
We can only speculate on what the motivation of the person who set it was. There are any number of possible reasons. Concerns about privacy. Laziness. Concerns about being caught. Something else.