curl:track_web_redirects
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
curl:track_web_redirects [2016/07/01 23:42] – 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. | + | 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 12: | Line 14: | ||
* -v | * -v | ||
+ | returns: | ||
- | Returns | + | < |
- | + | ||
- | < | + | |
* Rebuilt URL to: sharewiz.net/ | * Rebuilt URL to: sharewiz.net/ | ||
* | * | ||
Line 37: | Line 38: | ||
* Connection #0 to host sharewiz.net left intact | * Connection #0 to host sharewiz.net left intact | ||
</ | </ | ||
+ |
curl/track_web_redirects.1467416559.txt.gz · Last modified: 2020/07/15 09:30 (external edit)