coding-cpp / expresso

C++ backend framework designed for efficient and fast development of web applications
https://expresso.aditjain.me
MIT License
1 stars 0 forks source link

implement CORS functionality #77

Open Jadit19 opened 2 months ago

Jadit19 commented 2 months ago

Currently, CORS is not enforced, it is only sent in response headers, not removed from request headers. Need to fix that as well

Jadit19 commented 1 month ago

Dependant on #103