Use curl to unshorten a shortened URL

This commit is contained in:
Fazle Arefin 2020-08-29 21:22:59 +10:00
parent 4b2167dca3
commit 1e10f6f269
No known key found for this signature in database
GPG Key ID: A6859B7D9849C0DD

View File

@ -2493,6 +2493,11 @@ curl -I http://example.com/
curl -s -o /dev/null -w "%{http_code}" https://www.google.com
```
##### Unshorten a shortended URL
```bash
curl -s -o /dev/null -w "%{redirect_url}" https://bit.ly/34EFwWC
```
##### Perform network throughput tests
```bash
# server side: