A ______ request is sent by the browser before the actual request to check the server’s CORS policy.
- preflight
- probe
- inspection
- initiation
A "preflight" request is sent by the browser before the actual cross-origin request to check the server's CORS policy. It helps the browser determine whether the actual request is safe to send and whether the server will allow it.
Loading...
Related Quiz
- You need to build a middleware that performs multiple operations asynchronously before passing control to the next middleware. How can you ensure that your middleware handles errors effectively and does not hang the application?
- You are designing a large-scale e-commerce platform that requires fast and accurate search functionality. What indexing and search strategies would you employ to ensure that users can find products efficiently and accurately?
- When designing a system with high-frequency Read operations, ______ the database can optimize performance by reducing the I/O operations on the database.
- Which of the following is a commonly used caching mechanism in web development?
- Which Node.js feature can help in improving the performance of CPU-bound tasks?