You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we make that behavior optional by adding all the required headers before the await next() and returning a default 204 response after the await next() only if no response has been sent by the previous route handlers?
The text was updated successfully, but these errors were encountered:
Does the CORS specification mandates that the HTTP OPTIONS method to be handled in a specific way?
hono/src/middleware/cors/index.ts
Line 113 in eb86162
Can we make that behavior optional by adding all the required headers before the
await next()
and returning a default 204 response after theawait next()
only if no response has been sent by the previous route handlers?The text was updated successfully, but these errors were encountered: