lwthiker / curl-impersonate

curl-impersonate: A special build of curl that can impersonate Chrome & Firefox
MIT License
3.45k stars 229 forks source link

Question: impersonate linux version of browsers #179

Closed coderb closed 9 months ago

coderb commented 10 months ago

Should changing the User-Agent and sec-ch-* header strings to appropriate values be enough to fully impersonate the Linux versions of firefox102/chrome110?

Thank you.

lwthiker commented 9 months ago

Whenever I tested linux browsers they had identical fingerprint to their Windows counterpart. So most likely yes. Keep in mind that some websites will block you though because the user-agent is much less common.

coderb commented 9 months ago

thanks