Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
sdk:httpget [2015/07/02 13:20]
fachet
sdk:httpget [2015/07/02 13:34]
fachet
Line 13: Line 13:
 } }
 close(s); close(s);
 +exit(0);
 </​code>​ </​code>​
  
 <code c Output> <code c Output>
- 
 HTTP/1.1 200 OK HTTP/1.1 200 OK
 Content-Type:​ text/html Content-Type:​ text/html
Line 28: Line 27:
 <​html><​head><​title>​Current IP Check</​title></​head><​body>​Current IP Address: 89.12.4.18</​body></​html>​ <​html><​head><​title>​Current IP Check</​title></​head><​body>​Current IP Address: 89.12.4.18</​body></​html>​
  
 +IP Address: 89.12.4.18
 </​code>​ </​code>​