Skip to content

Instantly share code, notes, and snippets.

@cesarfigueroa
Created January 22, 2016 17:55
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 cesarfigueroa/bb9fd4019d186e7ca4e0 to your computer and use it in GitHub Desktop.
Save cesarfigueroa/bb9fd4019d186e7ca4e0 to your computer and use it in GitHub Desktop.
Making a CORS request with cURL
curl --verbose --silent --header 'Origin: [TDL_DOMAIN]' [RESOURCE_URL] 1> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment