I am having trouble connecting to neo4j from my Angular2 app due to a CORS issue. I've posted the details <http://stackoverflow.com/questions/36677794/request-option-withcredentials-angular2> on Stack Overflow.
Matteo's answer <http://stackoverflow.com/a/36811148/1036618> suggests that Neo4j is not sending the correct headers in response to the client. It should detect the OPTIONS type, and send status 200 with appropriate access-control parameters. I'm using the Neo4j-Typescript <https://github.com/tpennetta/neo4j-typescript> package and a Webpack dev-server to access neo4j 2.3.3. Could this be a problem with the Neo4j REST Api? Thanks! -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
