nullfox
Hono CORS lambda duplicate headers
I'm using Hono with Lambda and managing CORS myself instead of using AWS API Gateway CORS configuration.
My code looks like
When I deploy this to AWS and do an OPTIONS request to that endpoint, I'm getting duplicate CORS headers like:
I'm unclear on what I'm doing wrong that wouldo generate these dupe headers that breaks CORS
1 replies