Closed lindholc closed 6 years ago
The HAPI spec strongly recommends configuring CORS. http4s has middleware for CORS that makes this pretty easy to do.
http4s
These settings ought to reflect what's suggested in the spec. Essentially, we'll be accepting GET requests from anyone.
Resolves #13.
The HAPI spec strongly recommends configuring CORS.
http4s
has middleware for CORS that makes this pretty easy to do.These settings ought to reflect what's suggested in the spec. Essentially, we'll be accepting GET requests from anyone.
Resolves #13.