About

Web - User Agent (UA) in HTTP.

An HTTP client in HTTP is also known as the user agents because user-agent is the name of a header field that identify the client.

Id

HTTP identifies the client (ie user-agent_ using the user-agent header (even when the client is not operated by a user).

List

Java

Curl

cURL (Client for URLs) tool

Call an host on a webserver without modifying the host file

curl --user-agent "Mozilla 5.0" -H "Host: domainName.com" http://182.186.33.19/

Httpie

https://httpie.org/

pip install httpie
  • Then
http
http :8080/api/message

Documentation / Reference