Get user agent header offline #5

Closed
opened 2024-12-02 12:11:31 +01:00 by Benjamin_Loison · 1 comment
curl -s --verbose http://localhost 2>&1 | grep 'User-Agent'
> User-Agent: curl/8.5.0

Source: the Stack Overflow answer 26325433

```bash curl -s --verbose http://localhost 2>&1 | grep 'User-Agent' ``` ``` > User-Agent: curl/8.5.0 ``` Source: [the Stack Overflow answer 26325433](https://stackoverflow.com/a/26325433)
Author
Owner
Related to [Benjamin_Loison/curlconverter/issues/1](https://codeberg.org/Benjamin_Loison/curlconverter/issues/1).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/curl#5
No description provided.