java - Faking User-Agent when sending request to server? -


I am reading and if this is the customer for duplicate user-agent < / Code> when sending the request?

Question (s)
- The user sends a request via Curl , but the fake is to see if the The request from mobile is coming? Is this possible?
- Can the server detect it?
- Can the server stop it?

Thank you

It is possible and easy that all you have to do is make the user -Agent header string has been set. I've seen a browser, which allowed you to set it up (do not remember which one). On the server it is very difficult to know that many bots pretend to be a browser so that they are not filtered.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -