parent
ff8fa68509
commit
b7bcf89a18
@ -0,0 +1,7 @@
|
|||||||
|
### Cross-Origin problem
|
||||||
|
|
||||||
|
Add following values to server response.
|
||||||
|
|
||||||
|
* res.header("Access-Control-Allow-Origin", "*");
|
||||||
|
* res.header("Access-Control-Allow-Methods", "GET,HEAD,OPTIONS,POST,PUT");
|
||||||
|
* res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept, Authorization");
|
Loading…
Reference in new issue