Standard headers for use within frameworks that use middleware to handle CORS headers
(like Hono, Express, and Fastify)
Note: origin=* should ONLY be set on your Actions API routes and actions.json.
Setting "allow origin to any" on other routes on your server is bad practice and should be avoided.
Standard headers for use within frameworks that use middleware to handle CORS headers (like Hono, Express, and Fastify)
Note:
origin=*
should ONLY be set on your Actions API routes andactions.json
. Setting "allow origin to any" on other routes on your server is bad practice and should be avoided.