I don't see what the fuss is about. This is an effective mitigation, given that software can't just arbitrarily lie about its user agent.
Actually you can use -A to change the user agent in Curl itself. For example: curl -A "YourNewUserAgentString” http://url.com Furthermore, there are free plugins or add-ons for both Chrome and Firefox that let you change the user agent and say you’re using IE, a mobile browser, a google bot, or anything you want the user agent string to say. Most programmers should be able to write a small script using Python’s urlli…
I still appreciate you putting in the effort to explain. Have an upvote!