issues
search
kwhitley
/
itty-router
A little router.
MIT License
1.8k
stars
79
forks
source link
V5 fix cors headers reflection
#235
Closed
kwhitley
closed
7 months ago
kwhitley
commented
7 months ago
Description
FIXES:
[x] Corrects the included CORS headers, and their distribution between preflight and final responses
[x] Reflects
requested-headers
as
allowed-headers
by default, unless specified (via options)
Type of Change (select one and follow subtasks)
[ ] Documentation (README.md)
[ ] Maintenance or repo-level work (e.g. linting, build, tests, refactoring, etc.)
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] I have included test coverage
[ ] Breaking change (fix or feature that would cause existing functionality/userland code to not work as expected)
[ ] Explain why a breaking change is necessary:
[ ] This change requires (or is) a documentation update
[ ] I have added necessary local documentation (if appropriate)
[ ] I have added necessary
itty.dev
documentation (if appropriate)
Description
FIXES:
requested-headers
asallowed-headers
by default, unless specified (via options)Type of Change (select one and follow subtasks)