Skip to content

Instantly share code, notes, and snippets.

@ulrikstrid
Created March 5, 2015 08:08
Show Gist options
  • Save ulrikstrid/4f2bf57e5ef56243ccd3 to your computer and use it in GitHub Desktop.
Save ulrikstrid/4f2bf57e5ef56243ccd3 to your computer and use it in GitHub Desktop.
Hapi 8.x.x CORS
server.connection({
port: internals.port,
routes: {
cors: {
origin: ['www.example.com'],
credentials: true
}
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment