Skip to content

Instantly share code, notes, and snippets.

@ivanionut
Created May 30, 2017 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanionut/12b83773ea9e214a4966eba91eb4f707 to your computer and use it in GitHub Desktop.
Save ivanionut/12b83773ea9e214a4966eba91eb4f707 to your computer and use it in GitHub Desktop.
<cfscript>
cfhttp(url="https://www.guidaworld.it/come-creare-una-intro-video-figa-con-sony-vegas-pro/" method="head" result="verificaStatusCodeURL" timeout="15" resolveurl="yes" redirect="yes" ) {
cfhttpparam (type="header" name="Accept-Encoding" value="*");
cfhttpparam (type="header" name="TE" value="deflate;q=0");
}
dump(verificaStatusCodeURL);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment