-
Notifications
You must be signed in to change notification settings - Fork 16
Backend - CORS #146
Copy link
Copy link
Open
Labels
API Routingsetup routes for apisetup routes for apiBackendtask relates to backendtask relates to backendfeature-requestrequest a new featurerequest a new feature
Metadata
Metadata
Assignees
Labels
API Routingsetup routes for apisetup routes for apiBackendtask relates to backendtask relates to backendfeature-requestrequest a new featurerequest a new feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
The current backend does not have CORS (Cross-Origin Resources Sharing) which is to ensure where the request is sent. This feature prevents any alien entity to make a request to the server. Other than the known frontend domain, all non-specify cannot make any request to our server. Prevent at a certain level of CSRF attack
For this task:
backend/app.js.envfile