Differences

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

Link to this comparison view

Next revision
Previous revision
curl [2014/05/09 12:20]
127.0.0.1 external edit
curl [2015/11/24 10:04]
steve
Line 6: Line 6:
  
 <​code>​ <​code>​
-curl -e "​http://​www.example.com/​bot"​ http://digitaltrike.com/+curl -e "​http://​www.example.com/​bot"​ http://nx.beandog.org/
 </​code>​ </​code>​
  
Line 12: Line 12:
  
 <​code>​ <​code>​
-curl -I http://digitaltrike.com+curl -I http://nx.beandog.org 
 +</​code>​ 
 + 
 +** Don't display download stats ** 
 + 
 +<​code>​ 
 +curl -s http://​nx.beandog.org 
 +</​code>​ 
 + 
 +** Silently fail if HTTP error is returned ** 
 + 
 +<​code>​ 
 +curl -f http://​nx.beandog.org
 </​code>​ </​code>​