Skip to content

Commit

Permalink
something new: 2025-01-09 17:08:08
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Jan 9, 2025
1 parent b6f5386 commit 45c9a6f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion man/curl.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
---
date created: Saturday, April 17th 2021, 7:09:59 am
date modified: Saturday, December 7th 2024, 12:20:41 pm
date modified: Thursday, January 9th 2025, 5:08:05 pm
tags:
- curl
- file handling
---

# curl

## specify tls version wit curl

you need to specify the version and max version curl will use

```shell
curl --tlsv1.2 --tls-max 1.2 https://example.com/
```

## force GET request and get headers

If you just want the headers and use `-I`, curl will do a `HEAD` request, so you can force to do a `GET` request:
Expand Down

0 comments on commit 45c9a6f

Please sign in to comment.