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
- Invocations of
fetch()orXMLHttpRequest - Web Fonts (for cross-domain font usage in
@font-facewithin CSS), so that servers can deploy TrueType fonts that can only be loaded cross-origin and used by websites that are permitted to do so - WebGL textures
- Images/video frames drawn to a canvas using
drawImage() - CSS shapes from images
- scripts
- iframes
- GitHub: https://github.com/topics/cors
- Wikipedia: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
- Created by: WHATWG, Matt Oshry, Brad Porter, Michael Bodell, Tellme Networks
- Released: May 2006
- Related Topics: xhr, ajax, jsonp, content-security-policy,
- Last updated: 2026-06-20 00:06:36 UTC
- JSON Representation
https://github.com/manish312002/mvblog
MVBlog is a blog management platform that allows users to create, view, edit, and delete blog posts. Users can register, log in, and manage their posts with features such as file uploads and personalized content. The application utilizes JWT for authentication, bcrypt for password hashing, and PostgreSQL for database storage.
api authentication backend bcrypt blog cors crud dotenv express fileupload full-stack jwt middleware multer nodejs pern-stack postgresql rest-api web-application
Last synced: 16 Apr 2026
https://github.com/samedfft2634/fullstack_library_management_system
This project is a Library Management System. Users can add, delete and update books.
cors dotenv expressjs mui pg react sequelize-orm sqlite3 toast-notifications
Last synced: 06 May 2026
https://github.com/marksikaundi/flight-wight
a simple flight widget build with express,js, axios, cors and for the backend used *DataStax for my database*
Last synced: 03 Aug 2025
https://github.com/nitins87/rest-api-typescript
A REST API boilerplate written in TypeScript with Express, Jest, Supertest, ESLint, Prettier, ESLint, Nodemon, Debug, Winston, Morgan, Helmet, Cors, Dotenv, Zod, and more.
api cors debug eslint express helmet jest morgan nodejs-api nodemon prettier rest-api supertest types winston zod
Last synced: 11 Apr 2026
https://github.com/skriems/csvbuttler
serving data from csv files, blazingly fast
actix-web cors csrf jwt microservice
Last synced: 31 Mar 2025
https://github.com/vrushabhveer/kazam-ev-assignment
Task Management App is a full-stack task manager built with the MERN stack (MongoDB, Express, React, Node.js). It supports user authentication, task CRUD operations, and features like task completion toggling, Pagination etc. The app is styled with TailwindCSS and designed to be mobile-friendly.
axios becrypt cors expressjs joi-validation jsonwebtoken mongodb mongoose nodejs reactjs tailwindcss toastify typescript vite
Last synced: 02 Sep 2025
https://github.com/idiocc/cors
Cross-Origin Resource Sharing (CORS) For Goa.
Last synced: 03 Aug 2025
https://github.com/souravpl8092/micro-services-components
This is a User Management Application that allows you to manage user data, including creating new users, updating existing users, and exporting user data as a CSV file. It provides a web-based interface for interacting with the application.
chakra-ui cors dotenv express-js fast-gateway json2csv mongodb mongoose node-js nodemon react-router-dom reactjs
Last synced: 09 Apr 2026
https://github.com/ryomendev/video_mgt_app
Application for managing videos, including recording, storing, and playing videos. It includes three primary pages: a Dashboard, a Video Recording Page, and a Video Player Page. Video files are stored locally using backend APIs
authz cors expressjs multer multer-storage nodejs proxy redux redux-persist redux-toolkit validation
Last synced: 11 Apr 2026
https://github.com/mvaibhav131/sendgmail_nodemailer
Gmail_sender APP
controller cors dotenv environment express-middleware expressjs github gmail-smtp javascript json mailgen nodejs nodemailer router sendmail
Last synced: 09 Apr 2026
https://github.com/marella/shr
Simple HTTP requests for browser. "Simple requests" don't trigger a CORS preflight.
ajax browser cors http-client xhr
Last synced: 25 Aug 2025
https://github.com/rjchi/anime-api
Api para buscar el enlace de transmisión de un anime en un episodio en especifico subtitulado al español y tambien para obtener detalles de varios animes simultaneamente.
anime anime-api anime-watch api axios base64 cheerio cors express-js nodejs regex slug slugify web-scraping
Last synced: 11 Apr 2026
https://github.com/rajharit77/delta-hotel-back-end
Ceci est une repository pour la face caché du site ou backend(avec API) de mon projet personnel pendant une année de passage (L1) chez HEI nommé Delta Hotel
api axios axios-react back-end body-parser cors delta dotenv env expressjs fs hotel hotel-booking hotel-management hotel-website javascript nodejs nodemon nodemon-express rest-api
Last synced: 11 Apr 2026
https://github.com/nitinkondhari03/ElectroShop
ElectroShop is an online platform that sells electronic items, including mobile phones, laptops, earbuds, earphones, smartwatches, and other gadgets.
bycrypt-js cashfree cloudinary cookies cors crypto dotenv express-js firebase jsonwebtoken mongodb mongoose node-js nodemailer react-icons react-js react-router-dom redux-toolkit tailwind-css
Last synced: 29 Oct 2025
https://github.com/abdulmazidakash/c-assignment-11
Artifact Atlas is an interactive web platform for exploring and managing historical artifacts.
cors daisyui express mongodb reactjs tailwindcss
Last synced: 11 Apr 2026
https://github.com/filipemeneses/express-cors-request-proxy
Express cors proxy using request
cors expressjs json-api proxy serverless
Last synced: 07 Apr 2025
https://github.com/marcosalanya19/node-ts-restapi-template
Una plantilla de inicio para construir una API RESTful con TypeScript y Express.
class cors nodejs template typescript
Last synced: 09 Apr 2026
https://github.com/rjchi/customer-order-server
Este es el back end del proyecto customer-order
cors express-js mysql2 nodejs socket-io-server
Last synced: 11 Apr 2026
https://github.com/pedro-donoso/test
REACT CRUD: El usuario puede Crear, Leer, Actualizar y Borrar elementos de una base de datos en Postgresql, se visualizan los cambios en el FrontEnd en una tabla de Bootstrap y utilizo React
bootstrap cors crud express front-end frontend node nodejs nodemon pg react
Last synced: 11 Apr 2026
https://github.com/ruchipriya1009/profile_view
Implement a user authentication system with login, signup, and user profile update & Upload functionalities, focusing on data validation, security, and user-friendly interfaces.
apis cors css express javascript mongodb mongoose nodejs otp-verification reactjs tailwindcss
Last synced: 06 Apr 2026
https://github.com/abhi11210646/freecodecampcertificationprojects
These small projects or Microservices are my work for "freecodecamp.com" backend certification Course.
bluebird cors express file-upload got mongoose nodejs
Last synced: 20 Jul 2025
https://github.com/axiom-nz/corsway
CORS proxy that adds CORS headers to your requests. This service allows you to bypass the Same-Origin Policy and make requests to external APIs without facing CORS issues.
Last synced: 13 Jan 2026
https://github.com/obeone/simple-cors-proxy
Simple CORS proxy server for seamless cross-origin requests with TypingMind plugin. Easy setup.
cors cors-proxy cors-proxy-server plugin typingmind
Last synced: 18 Jan 2026
https://github.com/kmadsdev/devops-challenge
PicPay Jr Devops Challenge Solution
api cors devops docker go html-css javascript microservices python redis sre
Last synced: 13 Jan 2026
https://github.com/dragodui/auto-god-backend
Server part of auto-god forum
cors express-validation expressjs mongodb mongoose redis typescript
Last synced: 05 Apr 2026
https://github.com/mvaibhav131/sendemails_aws-ses
send email using aws-ses , aws-sdk , aws-sdk/client-ses
api aws aws-sdk aws-sdk-javascript aws-ses backend cors email-sender emailjs expressjs nodejs sendmail
Last synced: 11 Apr 2026
https://github.com/jacksonsantin/shopping
Esse aplicativo tem a finalidade de diminuir o consumo de papel e poupar sua memória de precisar se lembrar de uma lista de compras
axios cors expo expo-google-fonts express github insomnia ionicons knexjs markdown-emoji nodejs npm react-native react-navigation sqlite ts-node typescript vscode yarn
Last synced: 03 Apr 2026
https://github.com/heliolj/nlw-setup-ignite
Aplicação de Hábitos feito no Evento NLW (Trilha Ignite) pela Rocketseat. 🚀💜
cors expo fastify figma nativewind nodejs prisma radix-ui react react-native sqlite tailwindcss typescript vite
Last synced: 02 Apr 2026
https://github.com/princeinscripts/lms-website
A comprehensive web application for managing online learning resources, courses, assignments, and student progress, enhancing remote education experiences.
axios bcrypt bcryptjs chartjs cloudinary cookie-parser cors dotenv express jwt-authentication mongodb mongoose multer nodejs nodemailer nodemon react react-router redux-toolkit vite
Last synced: 10 Apr 2026
https://github.com/tamoziit/geminitest
Google generative AI API Test
cors expressjs gemini-api nodejs
Last synced: 11 Apr 2026
https://github.com/kareimgazer/weatherapp
A simple weather app using JavaScript and open Weather Map API
api body-parser cors css express html5 http javascript nodejs weather
Last synced: 11 Apr 2026
https://github.com/kibria-khandaker/warehouse-management-server
cors dotenv express jsonwebtoken mongodb
Last synced: 09 Apr 2026
https://github.com/tinspham209/zoom-clone-expressjs
Zoom Clone Web Application
bootstrap4 cors ejs express fontawesome-icons jquery nodejs peer uuid video webrtc
Last synced: 10 Apr 2026
https://github.com/oshekharo/cors-bypasser
A simple Node.js server that acts as a CORS proxy, forwarding requests to a target URL.
cors cors-anywhere cors-proxy nodejs serverless
Last synced: 03 Sep 2025
https://github.com/yenilikci/restcountries
Application that lists countries, can be filtering and sorts a-z
axios chai cors express helmet http-errors morgan nodemon react react-lazy-load react-router-dom react-table react-toastify
Last synced: 09 Apr 2026
https://github.com/gabrielmedrados/nlw---heat---2021
Site com interação de Chat ao vivo, projeto com backend, versao Mobile e web 💬 💥💥💥
chat cors dowhile2021 expo javascript mobile-app nodejs prisma react react-native typescript vite
Last synced: 02 Apr 2026
https://github.com/abhijitnr/basic-notes-app-backend
This is a simple backend for basic notes app. To checkout frontend part please click the link 👇👇👇👇
bcrypt cors dotenv expressjs jsonwebtoken mongodb-atlas mongodb-database mongoose mongoose-schema nodejs nodemon
Last synced: 11 Apr 2026
https://github.com/shivam-sharma-1/facility-management-system
The Facility Management System is a comprehensive management solution developed using the MERN (MongoDB, Express.js, React, Node.js) stack. It allows users to book time slots in facilities and provides role-based access control for various functionalities. This is a modified version of the one which was created as a project for DRDO Cabs internship
axios cors css3 dayjs dotenv express fullcalendar html5 javascript joi material-ui nodejs prisma-orm react react-router-dom tailwindcss tanstack-react-query typescript winston
Last synced: 08 Jan 2026
https://github.com/kalnaiwin/chat-app
A simple chat app created by using MERN stack
arcjet axios bcrypt cloundinary cors express jsonwebtoken mongo mongoose nodej react resend
Last synced: 11 Apr 2026
https://github.com/tessasac/stitch-in-time
How to elide CORS with the Capacitor Community HTTP Plugin
Last synced: 11 Apr 2026
https://github.com/chuksjoshuaa/blog-backend
Blog api where user can post and get all available blogs, owner of the blog can update blog from draft to published. Users can only access published blogs
cors expressjs helmet mongodb mongoose nodejs nodemon postman vercel-deployment
Last synced: 09 Apr 2026
https://github.com/mithu9/movie-portal
this is the fullstack assignment project
aos-animation context-api cors expressjs firebase-auth javascript lucide-react nodejs nodemon react-form-hook react-router-dom reactjs tailwindcss
Last synced: 07 Apr 2026
https://github.com/mahmud-kandawala/travel-planner-app
A comprehensive Travel Planner Application designed to simplify trip planning by integrating real-time data from multiple APIs. Users can create, customize, and manage itineraries with personalized suggestions, real-time weather forecasts, and collaborative planning features. Fully responsive for seamless use across all devices.
api client-server cors css flask html http javascript material-ui react socket-io sql-alchemy sqllite typography
Last synced: 11 Apr 2026
https://github.com/theyakka/cors
CORS helper / middleware for Go
cors cors-middleware cors-request go golang
Last synced: 21 Aug 2025
https://github.com/codeantik/authentication-server
A server used for authentication of users
authentication authentication-server cors dotenv express mongodb mongodb-atlas mongoose morgan nodejs nodemon
Last synced: 07 Apr 2026
https://github.com/md-arif-alam/aconews
Aconews is a news website that offers the latest global headlines with a modern, intuitive design. Utilizing the GNews.io RESTful API, it provides real-time updates from around the world.
axios cors expressjs firebase nodejs react reactjs router tai vercel
Last synced: 18 Jan 2026
https://github.com/i-shant/hoot-chat-app
MERN Chat app with features like authentication, real-time messaging, typing indicators, online status, optimisitc updates, and more
axios chat-app cors express jwt mern mongodb nodejs react react-router shadcn-ui socket-io tailwindcss tanstack-query typescript vite zustand
Last synced: 09 Apr 2026
https://github.com/salmanfxrsi/causebridge-backend
Backend for the CauseBridge platform, built with Node.js and Express. It handles user authentication, CRUD operations for volunteer posts, and MongoDB data storage. Uses JWT for secure routes and environment variables for sensitive data management. Provides a RESTful API with CORS support.
api-development api-security backend cors crud-operations environment-variables express firebase jwt-authentication mongodb mongodb-atlas node-api nodejs rest-api user-authentication volunteer-management
Last synced: 11 Apr 2026
https://github.com/rajharit77/delta-restaurant-back-end
Ceci est une repository pour la face caché du site ou backend(avec API) de mon projet personnel pendant une année de passage (L1) chez HEI nommé Delta Restaurant
api axios axios-react back-end body-parser cors delta dotenv env expressjs fs javascript nodejs nodemon nodemon-express rest-api restaurant restaurant-management restaurant-website yaml
Last synced: 10 Apr 2026
https://github.com/ivan-corporation/mern-authorization-worktemplate
Fully work template for auth+reg with standard MUI templates 🗿
authentication authorization cors express mern-stack mongodb mui nodejs template
Last synced: 14 Apr 2026
https://github.com/arwl2016/image-search
Image search abstraction for Imgur domain
chai cors express google-custom-search-api mocha node request-promise
Last synced: 11 Apr 2026
https://github.com/mohammadhossein-asadi/connectify-server
Connectify Social Media
bcrypt body-par cors dotenv expressjs javascri jsonwebtoken mongoose morgan multer multer-gridfs-storage nodemon
Last synced: 02 Apr 2026
https://github.com/pedro-donoso/unpokedex
Pokedex:Se levanta servidor para que el usuario pueda realizar una consulta a la API y obtener imágenes y nombres de los 50 primeros resultados (limitado debido al tiempo de carga)
api async axios backend cors css3 html5 javascript json nodejs promise server
Last synced: 04 May 2026
https://github.com/pastjung/cors_react-springboot
Docker를 사용해 React 프로젝트와 SpringBoot 프로젝트의 연결 및 CORS 설정 학습
cors docker docker-compose node20 react springboot3
Last synced: 24 Feb 2026
https://github.com/jacksonsantin/happy_nlw3
Projeto desenvolvido durante o workshop da Rocketseat, o NLW#3, com o objetivo de cadastrar orfanatos nas cidades para que as pessoas possam levar alegria para a criançada :D
axios cors expo expo-image-picker express express-async-errors imagepicker multer react react-icons react-leaflet react-native react-native-maps sqlite3 typeorm typescript yup
Last synced: 11 Apr 2026
https://github.com/sahil2k07/blog-app-go
This is my first Golang Backend project. The application has integrated Cloudinary, JWT authentication and CRUD operation without using any ORM for the first time.
bcrypt bloom-filter cloudinary cors docker go goose jwt-authentication middleware multi-threading mysql otp-verification validator
Last synced: 16 Apr 2026
https://github.com/dod-iac/terraform-aws-api-gateway-cors-lambda-proxy
A Terraform module to create a Cross-Origin Resource Sharing (CORS) Lambda Proxy
cors lambda proxy terraform terraform-module
Last synced: 26 Feb 2025
https://github.com/giovanesouza/market-place-nodejs
O código do mais novo market place - Projeto desenvolvido ao longo do curso de Desenvolvimento Full Stack, módulo Back-end Development da Ília/Italents.
arquitetura-mvc bycrypt cors env express javascript jwt mongodb mongoose nodejs swagger-ui
Last synced: 10 Apr 2026
https://github.com/pranosa/cors_test_web
Web Application To Run CORS tests against your API with your specified Origin, Headers, and Methods.
Last synced: 26 Jul 2025
https://github.com/ripper-no-chart/trpc-builder
Trpc API | Angular 16 - Builder APP
angular chalk cors dotenv express moment mongoose morgan nodejs superjson trpc trpc-api trpc-client trpc-crud-app trpc-server ts-node-dev typescrit zod
Last synced: 10 Apr 2026
https://github.com/efiand/services
Сервис для получения файлов без ограничения по CORS.
cors docx-generator image-conversion
Last synced: 20 Jul 2025
https://github.com/digipolitan/perfect-cors
Perfect CORS is a swift package for providing a middleware that can be used to enable CORS
cors middleware perfect perfect-server swift swift-server
Last synced: 17 Sep 2025
https://github.com/itsproali/backend
This is a Back-end Template for MVC Pattern including all the basic project Setup.
backend colors cors dotenv express-js itsproali mohammad-ali mongodb mongoose mvc-pattern
Last synced: 06 Apr 2026
https://github.com/santhoshs50/backend
Wonder_Aqua_Garden_BE
cors dotenv expressjs jwt mailer mongoose nodejs nodemailer nodemon redux-toolkit stripe
Last synced: 09 Apr 2026
https://github.com/preethamb97/freedom
🔐 Freedom - Secure encrypted data storage with AES-256-GCM encryption, Google OAuth, and zero-knowledge architecture. Built with React, Node.js, and Docker.
aes-256 antd cors data-protection data-security docker encryption end-to-end-encryption firebase-analytics google-oauth jwt mongodb nginx nodejs privacy pwa react secure-storage ssl zero-knowledge
Last synced: 14 Apr 2026
https://github.com/kinshuk-code-1729/fastapi-app
A lightweight and scalable backend application built with FastAPI, designed to showcase the framework's capabilities in building high-performance APIs. This project demonstrates best practices for structuring and implementing FastAPI applications, including routing, validation, and database integration.
cors fastapi-framework fastapi-sqlalchemy jwt-authentication pydantic
Last synced: 09 Jul 2025
https://github.com/karthik2917k/myntra-clone
Online Shopping Site for Fashion & Lifestyle in India. India's Fashion Expert brings you a variety of footwear, Clothing, Accessories and lifestyle products ...
atlas axios chakra-ui cors expressjs mongo-db mongoose nodejs react react-redux redux redux-thunk vercel
Last synced: 20 Jan 2026
https://github.com/monkeydioude/bypasscors
make your queries bypass CORS with this go server
Last synced: 06 Nov 2025
https://github.com/dorayx/frock-middleware-cors
A simple CORS middleware for frock.
Last synced: 01 Mar 2026
https://github.com/vandodev/rastreio-de-encomendas
Aplicativo para rastreio de encomendas
async-await asyncstorage bioinformatics cors expo express mobile mysql node nodejs qrcode react-native sequelize
Last synced: 10 Apr 2026
https://github.com/imsamuelcovalero/project-our-shop-app-angular
Plataforma de e-commerce, implementada com MongoDB, Angular.js e Node.js, oferecendo recursos completos para visualização de produtos, gerenciamento de carrinho, finalização de compra e consulta ao histórico de pedidos.
angular-material angularjs backend cors crud-application css3 docker docker-compose express-async-errors expressjs frontend full-stack joi-validation mongodb mongoose nodejs nodemon rest-api toast-notifications
Last synced: 10 Apr 2026
https://github.com/oussa29-dev/workout_buddy
bcrypt cors dotenv express jsonwebtoken mongoose nodejs reactjs validator
Last synced: 16 Apr 2026
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: 27 Mar 2025
https://github.com/manu-karenite/go-node-mongo
Package to initialise the Backend Project. Backend Projects allow express and mongoDB as Database
backend body-parser cors express javascript json mongodb
Last synced: 10 Apr 2026
https://github.com/harrytran998/test-microservices
commitlint cors docker graphql microservice nodejs postgresql reactjs rest-api sequelize terraform
Last synced: 10 Apr 2026
https://github.com/kodatchi-001/mern-todo-app
A simple Todo app built with the MERN stack. Users can create, update, and delete tasks with a React front-end, Node.js and Express for the back-end, aMongoDB for data storage. Great for learning full-stack development and building dynamic web applications.
cors express-js jwt mern-stack mondodb mongoose node-js reactjs tailwind-css typescript
Last synced: 13 Mar 2025
https://github.com/shalini2909/deloy_backend
This is my backend deployed link during Assignments
cors expressjs jsonwebtoken mongoose
Last synced: 12 Apr 2026
https://github.com/bigyusuf/simple-jobs-api
Jobs API, where recruiters can upload jobs to search for the candidate of choice.
cors expressjs jwt-authentication mongodb nodejs
Last synced: 10 Apr 2026
https://github.com/robertoachar/express-cors
Express Cross-Origin Resource Sharing (CORS) middleware.
cors express middleware node npm
Last synced: 05 May 2026
https://github.com/ifaronti/task-manager-backend
Backend for task-manager
aws-lambda bcryptjs cors expressjs jwt-authentication mongodb mongoose nodejs
Last synced: 08 Apr 2026