Showing 2 Result(s)

CORS: How to handle it?

What is CORS? CORS (Cross-Origin Resource Sharing) is a method that uses extra HTTP headers to notify browsers to allow a web application operating on one origin to access resources from another origin. Why does the browser need this mechanism? The security policy known as the “Same-origin policy” is implemented by most browsers, and it Read More

MongoDB Security Checklist

Enable Access Control and Enforce Authentication Enable access control and specify the authentication mechanism. You can use the default MongoDB authentication mechanism or an existing external framework. Authentication requires that all clients and servers provide valid credentials before they can connect to the system. In clustered deployments, enable authentication for each MongoDB server. See Authentication and Enable Auth. Read More