Skip to content

Instantly share code, notes, and snippets.

@jkrnak
Last active September 14, 2018 13:40
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 jkrnak/5df02f5e06d4f0eb08686f6918b3f11d to your computer and use it in GitHub Desktop.
Save jkrnak/5df02f5e06d4f0eb08686f6918b3f11d to your computer and use it in GitHub Desktop.
example CORS response to allow www.example.com to access resources on the server
< HTTP/2 200
< access-control-allow-methods: GET, PUT, POST, DELETE
< access-control-allow-origin: www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment