Created
February 7, 2025 16:14
-
-
Save justaguywhocodes/127f437f7d58dd964607ab6caf6817a7 to your computer and use it in GitHub Desktop.
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
curl 'https://thevanillaprepaid.com/' \ | |
-H 'Host: thevanillaprepaid.com' \ | |
-H 'Sec-Fetch-Site: cross-site' \ | |
-H 'Connection: keep-alive' \ | |
-H 'Sec-Fetch-Mode: navigate' \ | |
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \ | |
-H 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1' \ | |
-H 'Referer: https://www.google.com/' \ | |
-H 'Sec-Fetch-Dest: document' \ | |
-H 'Accept-Language: en-CA,en-US;q=0.9,en;q=0.8' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment