CURL and no Cache test throgh proxy

 

i=0; while true; do let i=$i+1; curl  -H “Pragma: no-cache”  -H “Cache-Control: no-cache” -I -x proxy_host:proxy_port http://site_to_be_tested/index.html; echo  $i; sleep 1; done

Napisz komentarz