2
Access-Control-Allow-Origin '*' niedozwolony / działa z Apache2
Próbuję połączyć się z hood.ie przez Javascript: hoodie = new Hoodie('http://example.com:6001'); Ale wtedy pojawia się błąd: A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'xxx' is therefore not allowed access. Z: hoodie = new Hoodie('http://example.com'); Daje 404... Mogę połączyć się z …