Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Cross-origin resource sharing (CORS)

Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served. CORS also relies on a mechanism by which browsers make a “preflight” request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers that will be used in the actual request. For security reasons, browsers restrict cross-origin HTTP requests initiated from scripts. For example, fetch() and XMLHttpRequest follow the same-origin policy. This means that a web application using those APIs can only request resources from the same origin the application was loaded from unless the response from other origins includes the right CORS headers.

Resource types

https://github.com/luiizsilverio/node-typescript

API desenvolvida em Node, durante o curso do Prof. Aluizio Developer

bcryptjs celebrate cors cowsay express jsonwebtoken knex multer node nodejs sqlite sqlite3 typescript

Last synced: 06 Dec 2024

https://github.com/belchenkov/devcamper_nodejs

This is a project based course where i build an extensive, in-depth backend API for DevCamper, a bootcamp directory app.

bcryptjs colors cookie-parser cors crypto dotenv express-fileupload express-mongo-sanitize express-rate-limit expressjs helmet hpp jsonwebtoken mongodb mongoose morgan nodejs nodemailer slugify xss-clean

Last synced: 05 Jan 2025

https://github.com/dodul01/teamvist-server

The server-side codebase for TeamVista Employee Management Website is responsible for handling backend logic, database interactions, and API endpoints.

api cors expressjs middleware mongodb nodejs

Last synced: 19 Dec 2024

https://github.com/dodul01/bookease-server

The BookEase Server Repository is the backend foundation of the hotel booking website, responsible for handling user authentication, room booking processes, and the management of user reviews.

cors express-js middleware mongodb nodejs-server nodejsapi

Last synced: 19 Dec 2024

https://github.com/toorop/ipfs-proxy

An IPFS reverse proxy that handle CORS (especially preflight), authentification, access rules, and more...

authentication cors ipfs reverse-proxy

Last synced: 24 Dec 2024

https://github.com/abdurraahimm/online-quran-api

This is a simple API that provides the Quran in JSON format.

axios cheerio cors expressjs nodejs

Last synced: 05 Jan 2025

https://github.com/luiizsilverio/happy-back

Back-end da aplicação Happy (web e mobile), desenvolvido em Node (NLW03)

cors multer nlw nodejs rocketseat sqlite typeorm yup

Last synced: 06 Dec 2024

https://github.com/samie/vaadin-cors-sample

Sample of embedded Vaadin application and cross-domain CORS settings.

cors java microfrontends vaadin vaadin-24

Last synced: 06 Dec 2024

Cross-origin resource sharing (CORS) Awesome Lists
Cross-origin resource sharing (CORS) Categories