Jump to content

Cheatsheet: Difference between revisions

Line 1,122:
=== Misc ===
 
*CURL
*curl
curl -I http://domain.com Get HTTP header information
curl -L http://domain.com Handle URL redirects
curl -v http://domain.com Debug level details
curl -x proxy.sr.com:3128 http://domain.com Using proxy to download a file
curl -k https://domain.com Ignoring the ssl certificate warning
curl -A "Mozilla/5.0" http://domain.com Spoofing user agent:
curl -L -H "user-agent: Mozilla/5.0" https://aman.info.tm Custom Headers
 
 
*wget
Cookies help us deliver our services. By using our services, you agree to our use of cookies.