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
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
We are building an app where we need to have a separate CORS configuration per route.
GET /api/forms/{form}
POST /api/forms/{form}
Depending on the form ID we need a corresponding CORS config to allow only a certain domain. Perhaps the settings will come from a DB table instead of the .ENV file.
Currently this package can't do this, but could you give me some directions on how to get this done?
Kind regards,
Bastiaan
The text was updated successfully, but these errors were encountered:
Hello,
We are building an app where we need to have a separate CORS configuration per route.
Depending on the form ID we need a corresponding CORS config to allow only a certain domain. Perhaps the settings will come from a DB table instead of the .ENV file.
Currently this package can't do this, but could you give me some directions on how to get this done?
Kind regards,
Bastiaan
The text was updated successfully, but these errors were encountered: