Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justaguywhocodes/127f437f7d58dd964607ab6caf6817a7 to your computer and use it in GitHub Desktop.
Save justaguywhocodes/127f437f7d58dd964607ab6caf6817a7 to your computer and use it in GitHub Desktop.
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