|
|
|
|
|
by benologist
4599 days ago
|
|
Do you need to? It's not website-to-website communication. If you do need to it's very simple, your web server has to include some extra headers: "Access-Control-Allow-Origin", "*"
"Access-Control-Allow-Methods", "GET,POST" // etc
"Access-Control-Allow-Headers", "X-Requested-With,Content-Type"
|
|