User Tools

Site Tools


curl:read_a_http_url

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
curl:read_a_http_url [2019/11/27 00:11] – removed petercurl:read_a_http_url [2020/09/25 13:04] (current) – created 192.168.1.1
Line 1: Line 1:
 +====== Curl - Read a HTTP URL ======
 +
 +<code bash>
 +curl http://www.google.com
 +</code>
 +
 +returns:
 +
 +<code bash>
 +<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
 +<TITLE>302 Moved</TITLE></HEAD><BODY>
 +<H1>302 Moved</H1>
 +The document has moved
 +<A HREF="http://www.google.je/?gws_rd=cr&amp;ei=3P12V878CcrLgAaBuaqgCA">here</A>.
 +</BODY></HTML>
 +</code>
  
curl/read_a_http_url.1574813487.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki