> For the complete documentation index, see [llms.txt](https://scarecrow.gitbook.io/cyber-security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scarecrow.gitbook.io/cyber-security/chapter-2-bug-bounty-basics/web-requests/http-fundamentals/more-curl.md).

# More cURL

-v shows all details of HTTP request and response.

-I Only response headers (HEAD request)\
&#x20;     \*\*Capital i....

-i Both headers and response body. (HTML code)

Difference between i and I is that -I sends a HEAD request while -i sends any request we specify and prints the headers as well.

-H Set request headers.

-A Set User-Agent

**Example:**  Use -A to change the User-Agent, along with -I and -A to ensure the changes actually took place.

![](https://3470531533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJt73HdbsX25I3225DZBw%2Fuploads%2FU3LgkMXfUViPlhOmc5sK%2Fimage.png?alt=media\&token=46c0535e-2061-4c2c-9c1c-8713b817ac96)
