Snippets

Quan Nguyen cross domain

Created by Quan Nguyen
1
2
3
4
5
6
7
8
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS

request header:
Origin: http://foo.example

response header:
Access-Control-Allow-Origin: http://foo.example
Access-Control-Allow-Methods: GET

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.