Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/f8f063ddf5219404f7941cac2c9ba2cc to your computer and use it in GitHub Desktop.
Save trycf/f8f063ddf5219404f7941cac2c9ba2cc to your computer and use it in GitHub Desktop.
TryCF Gist
<cfhttp
url="https://prex-eshop-faure.w3line.net/"
method="get"
result="_result">
<cfhttpparam type="header" name="User-Agent" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64)">
<cfhttpparam type="header" name="Accept" value="text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8">
<cfhttpparam type="header" name="Accept-Language" value="en-US,en;q=0.5">
<cfhttpparam type="header" name="Referer" value="https://www.google.com/">
</cfhttp>
<cfdump var="#_result#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment