Email or username:

Password:

Forgot your password?
Top-level
Simon Zerafa :donor: :verified:

@bagder @foosel

So I assume that Curl can now present different User-Agent values as needed (assuming it didn't before, of course)?

Which given I very rarely use Curl is probably a very stupid question but give I could think of that as a potential issue/solution shows how monumentally ridiculous that bug fix really is 🫤🤦‍♂️

5 comments
Neil Craig

@simonzerafa @bagder @foosel It can indeed, there's a specific arg or you can use the generic `-H "header-name: header-value"` form.
Those have been a thing as long as I've been using curl 👍🏻.
curl.se/docs/manpage.html#-A

Simon Zerafa :donor: :verified:

@tdp_org @bagder @foosel

Well at least I have more foresight that an Oracle programmer 🙂🤷‍♂️

Ángela Stella Matutina

@tdp_org @simonzerafa @bagder @foosel

Even good old wget does it. I've used -U MSIE more times than I can remember. It also has a --header option.

Go Up