1.0.3 • Published 6 years ago

hapi-cors-headers v1.0.3

Weekly downloads
41,898
License
MIT
Repository
github
Last release
6 years ago

hapi-cors-headers

hapi extension to enable CORS

Build Status Coverage Status Greenkeeper badge

Enables CORS on all server response, securely from all origins, with access-control-allow-credentials: true.

Example

var Hapi = require('hapi')
var corsHeaders = require('hapi-cors-headers')

var server = new Hapi.Server()
// setup routes etc ...

server.ext('onPreResponse', corsHeaders)

Install

npm install --save hapi-cors-headers

Test

devDependency Status

npm test

License

MIT