From 6a12e9ce06adeb016a47b4d8ebff93e2a5172fd2 Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Tue, 8 Sep 2020 13:29:55 +0800 Subject: [PATCH] Revert "Use curl for http status code and reveal a shortened url" --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 26b139e..ba4824f 100644 --- a/README.md +++ b/README.md @@ -2488,16 +2488,6 @@ curl -I http://example.com/ # Vary: Accept-Encoding ``` -##### Find out the http status code of a URL -```bash -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: