curl:track_web_redirects
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
curl:track_web_redirects [2016/07/01 23:28] – created peter | curl:track_web_redirects [2020/09/25 13:11] (current) – created 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Curl - Track Web Redirects ====== | ====== Curl - Track Web Redirects ====== | ||
- | < | + | Sometimes a page may redirect to another resource. |
+ | |||
+ | By default CURL will not follow page redirections. | ||
+ | |||
+ | < | ||
curl -v -Ls -o /dev/null sharewiz.net | curl -v -Ls -o /dev/null sharewiz.net | ||
</ | </ | ||
Line 10: | Line 14: | ||
* -v | * -v | ||
+ | returns: | ||
- | Returns | + | < |
- | + | ||
- | < | + | |
* Rebuilt URL to: sharewiz.net/ | * Rebuilt URL to: sharewiz.net/ | ||
* | * | ||
Line 35: | Line 38: | ||
* Connection #0 to host sharewiz.net left intact | * Connection #0 to host sharewiz.net left intact | ||
</ | </ | ||
+ |
curl/track_web_redirects.1467415711.txt.gz · Last modified: 2020/07/15 09:30 (external edit)