Differences

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

Link to this comparison view

Both sides previous revision Previous revision
curl [2015/11/24 10:03]
steve
curl [2015/11/24 10:04]
steve
Line 19: Line 19:
 <​code>​ <​code>​
 curl -s http://​nx.beandog.org curl -s http://​nx.beandog.org
 +</​code>​
 +
 +** Silently fail if HTTP error is returned **
 +
 +<​code>​
 +curl -f http://​nx.beandog.org
 </​code>​ </​code>​