Add Access Control, CORS (Cross Origin Request Sharing) header methods#1699
Conversation
|
Similar to the CSP implementation, I'm wondering if we should have a single I checked out Flask-CORS, somewhat discouraging to see that they're using |
8343574 to
8ba2edc
Compare
|
I went for a single The correct header parsing and setting is in itself useful (in my view). Whilst I like something like |
8ba2edc to
6cb8615
Compare
This should make it a little easier to get and set access control headers as it ensures the types and naming is correct. It is also intentionally very minimal like the other header accessors.
6cb8615 to
73358a8
Compare
This should make it a little easier to get and set access control headers as it ensures the types and naming is correct. It is also intentionally very minimal like the other header accessors.
closes #131