Created
June 24, 2025 05:12
-
-
Save trycf/f8f063ddf5219404f7941cac2c9ba2cc to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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