ZIYANGSONG2003 / AI-Enhanced-WordPress-Development-Toolkit

COMP3500
3 stars 8 forks source link

B1.2 Implement cross-domain resource sharing (CORS) configuration #8

Closed 2Jus2 closed 8 months ago

2Jus2 commented 8 months ago

Acceptance criteria

Jameslebron6 commented 8 months ago

Properly implementing CORS is crucial for the security and functionality of web applications, ensuring that resources are only accessible to authorized origins while maintaining the protective measures offered by the same-origin policy. Good Job!

Austin521 commented 8 months ago

nb

Austin521 commented 8 months ago

I also think that the connection between the front and back ends should require more consideration, and we should also consider the security issues of the connection. Because later on, we might need user data. We have both a responsibility and an obligation to protect users' personal information.