+ 5
[SOLVED] see description
what dose "user-agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36" mean?
3 Respostas
+ 5
in non browser implementation its kinda emulate which browser that you're using in request. Lie to webserver so it'll think that we're using certain browser.
+ 1
user agent in a browser is a protocol type what helps to the backend.
+ 1
Typically I see these as part of a request, in the headers argument. Sometimes passing info like this will help scrape data, especially if the site does not allow "bots"