Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-face
within 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: 2025-02-11 00:06:28 UTC
- JSON Representation
https://github.com/crispengari/music-search-app-mevn-stack-vue2
THIS IS THE FRONT END OF THE MUSIC SEARCH APPLICATION WHICH SEARCHES FOR ALBUMS OF AN ARTIST AND SHOW THE USER ALL THE LIST OF ALBUMS FOR A SPECIFIC USER using an API from `theaudiodb.com`.
axios cors css css3 express html html5 javascript mevn-stack mongodb mongoose nodejs vue-router vue2 vuejs vuetify vuex webdevelopment
Last synced: 09 Feb 2025
https://github.com/kislaykashyap-hub/node.js-express-postgresql-apis
This repository contains a Node.js application using Express and PostgreSQL to provide API functionality for managing students, courses, modules, and additional features.
api body-parser cors crud development dotenv entity-relationship-diagram expressjs git javascript linux nodejs postgresql schema sql
Last synced: 23 Jan 2025
https://github.com/azanniel/api-solid
💪 GymPass style app - Obtendo acesso à academias associadas ao planos para praticar exercícios físicos
cors e2e-tests factory-pattern fastify fastify-plugin in-memory-database jwt-authentication latitude-and-longitude prisma rbac-authorization rbac-roles repository-pattern solid unit-testing
Last synced: 09 Jan 2025
https://github.com/pchchv/mrps
Mini reverse proxy server
api axum axum-server cors cors-proxy https minininja minininjas proxy proxy-server reqwest reverse-proxy reverse-proxy-server rust rust-crate self-contained server single-binary webserver zero-configuration
Last synced: 06 Feb 2025
https://github.com/arvindk2025/koinx_backend_assignment
Koinx_Backend_Assignment
apiroute axios body-parser coingecko-api cors dotenv exprees nodejs
Last synced: 06 Feb 2025
https://github.com/arvindk2025/koinx_backend_assignment_
This Project is a Server Side Application that allows users to fetch all CryptoCurrency List , Facilitate Price Conversion on a particular date and Provides List of Companies that holds a specific CryptoCurrency.
axios coingecko-api cors expressjs mongodb node-scheduler nodejs postman
Last synced: 06 Feb 2025
https://github.com/rajeshkumar7678/babybloom_backend
BabyBloom.com is a clone project inspired by FirstCry.com, this repository for the backend part like fetching the product from backend and logn signup
bcrypt cors express-js jsonwerbtoken mongodb mongoose nodejs nodemon
Last synced: 08 Feb 2025
https://github.com/tbalint1995/MERN-HealthTracker
Milyen gyümölcsöt / zöldséget ettél ma? - Gyakorlás
axios-react cors dotenv express monngdb nodemon
Last synced: 23 Oct 2024
https://github.com/khaledssbd/urbanutopia-project-server-side
UrbanUtopia is a single building management web application where members can pay using Stripe gateway.
cookie-parser cors dotenv express jsonwebtoken mongodb nodemailer nodemon stripe
Last synced: 07 Feb 2025
https://github.com/matoka02/product-catalog-be
Server for sending data about products.
cors express-js mongodb mongoose node-js typescript
Last synced: 27 Dec 2024
https://github.com/caomeiyouren/cors-proxy-worker
一个用于解决跨域问题的代理
cloudflare-workers cors docker nodejs proxy typescript
Last synced: 20 Jan 2025
https://github.com/haris-khan-durrani/corsbypass
In this code you can bypass any CORS issue by using your endpoint with anyurl it will remove your CORS error and will ressolve issue easily. Even you can use in iframe as well
cors cors-anywhere express expressjs nodejs
Last synced: 17 Jan 2025
https://github.com/phanxuanquang/asp.net-core-web-api-with-orm
The template to setup a backend server using Entity Framework and XML Documentation, bypassing CORS policies, restructuring API response format, and customizing message for standard HTTP status codes
api asp-net-core backend cors csharp dotnet entity-framework entity-framework-core mssql npgsql orm postgresql sql sqlite sqlserver swagger template visual-studio
Last synced: 06 Feb 2025
https://github.com/mskian/bypass-cors
🌍 Bypass CORS restrictions easily with a simple proxy. Make fast cross-origin requests for better API access without complications ⚡
api bulma bypass-cors cors cors-anywhere cors-proxy cors-request cross-origin-resource-sharing css express html javascript json payload proxy-server typescript
Last synced: 23 Dec 2024
https://github.com/tomashubelbauer/firefox-cors
Notes of working around CORS with Firefox localhost file: protocol
Last synced: 31 Dec 2024
https://github.com/justsecret123/delivery-tracking-backend-api
Deployment in dev mode (local) & Production mode (Heroku) of an API.
api-rest axios cors expressjs javascript mongodb mongoose nodejs router
Last synced: 23 Dec 2024
https://github.com/ronnytorresmtz/vue2.5-laravel5.4
template with vue2.5-laravel5.4
cors laravel laravel-passport vue
Last synced: 09 Jan 2025
https://github.com/wilmanconde2/bc-71370-integrador_etapa4_frontendv1.1-wilman-conde
Web App with full CRUD
bootstrap cors dotenv express-middleware express-validator expressjs javascipt javascript-framework mongodb multer nodejs nodemon react-components react-hooks react-router react-router-dom reactjs sass vite
Last synced: 09 Feb 2025
https://github.com/sugrado/go-rest-api-template
Go backend (Rest API) project template with Chi and HTTP package.
cors go go-chi go-http go-playground-validator golang http pgx pgxpool postgresql slog squirrel
Last synced: 31 Dec 2024
https://github.com/dannyjiustian/smart-contract-server-hardhat
This repository is for creating smart contracts that address etherium and this repository is built with NodeJS and Hardhat
api cors ethereum expressjs hardhat javascript nodejs server shell smart-contracts
Last synced: 23 Jan 2025
https://github.com/sreeragp69/notes-app-backend
Backend for the Note App built with Node.js, Express.js, and MongoDB. Handles user authentication, note management, and API requests.
authentication backend cors crud dotenv express-js jwt mern mongodb nodejs rest-api
Last synced: 09 Feb 2025
https://github.com/kkurzawa/led-detroit-server
Server for Led Detroit Website
backend-api cors expressjs mongodb mongoose nodejs render server
Last synced: 25 Jan 2025
https://github.com/mcodex/rs-module01-api-challenge
NodeJS challenge from Rocketseat's bootcamp
Last synced: 20 Jan 2025
https://github.com/solidsnk86/supabase-rest-api
Supabase REST API
api-rest cors javascript middleware nodejs supabase zod-validation
Last synced: 06 Feb 2025
https://github.com/tr41z/to-do-website
Flask + React.js + TailwindCSS To-Do Website
api cors flask javascript python reactjs sqlalchemy sqlite tailwindcss vite
Last synced: 05 Feb 2025
https://github.com/semklim/expressjs_mongo_api_example
Website example of Authentication and Registration API
api cors css email-sender express expressjs html-css-javascript html5 javascript jwt-authentication mongodb nodejs registration web-authentication web-register-form
Last synced: 23 Dec 2024
https://github.com/arjunramakrishnan46/patient-health-dashboard-for-prior-authorization
The Patient Health Dashboard is a full-stack application that streamlines healthcare workflows by enabling providers to manage patient health data and prior authorization requests. It offers a seamless solution for submitting, reviewing, and managing prior authorizations.
axios cors express-rate-limit expressjs formik-yup helmet jsonwebtoken lucide-react mongodb-atlas morgan-middleware node-js node-package-manager reactjs redux-toolkit tailwindcss
Last synced: 09 Feb 2025
https://github.com/f2rkan/webrtc-gstreamer-stream
WebRTC and GStreamer integration using werift-webrtc for real-time audio and video streaming, enabling low-latency communication in multimedia applications.
cors coturn docker express-js grafana gstreamer nodejs prometheus typescript video-streaming vue2 webrtc
Last synced: 09 Feb 2025
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: 02 Feb 2025
https://github.com/mdselimme/real-estate-website-backend
This is real estate website backend server. Here I use node js, mongodb and express js.
cors express-js mongodb nodejs
Last synced: 01 Jan 2025
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/vitor-msp/nginx
System containing a web server, cache server and load balancer with Ningx.
cache corp cors csp hsts http load-balancer nginx reverse-proxy tls
Last synced: 25 Jan 2025
https://github.com/sazidulalam47/nikah-noor-server
Secure Backend for Nikah Noor Matrimony Platform
cookie-parser cors dotenv expressjs json-web-token mongodb nodejs stripe
Last synced: 25 Jan 2025
https://github.com/badrikomma/contactslist-server
cors expressjs mongodb mongoose
Last synced: 20 Jan 2025
https://github.com/josana-kla/project-laboleria
cors dayjs dotenv expressjs joi-validation nodejs nodemon postgresql
Last synced: 23 Jan 2025
https://github.com/alaa-abdallah1/proxy
This Proxy Server is a simple proxy server that can be used to forward HTTP requests to a target server. The proxy server is designed to receive a header with the request called x-target-url, which specifies the target server to proxy to.
Last synced: 06 Feb 2025
https://github.com/saam-rgb/trailed-v2
Trailed is a e-commerce application built using the MERN stack (MongoDB, Express.js, React, and Node.js). This project is designed to provide users with a seamless shopping experience while offering admins a secure platform to manage inventory efficiently.
admin-panel bcrypt cors dotenv ecommerce-website express-js firebase-auth firebase-google-authentication javascript jwt-token mern-ecommerce mongodb-atlas mongoose morgan-middleware nodejs react rest-api tailwindcss vite
Last synced: 06 Feb 2025
https://github.com/khaledssbd/riderevolt-project
RideRevolt is a Bike-store management web application that has is make on express.js and has different routes for different requests.
cors dotenv eslint express globals mongoose prettier tsc typescript typescript-eslint
Last synced: 30 Jan 2025
https://github.com/theycallherlou/hapiapi
This directory is the express server for the web window.
babel cors eslint express helmet jest typescript typescript-eslint
Last synced: 06 Feb 2025
https://github.com/kevveth/ecommerce_fullstack
A full-stack e-commerce platform built with React for the front-end, TypeScript for type safety, and Node/Express/PostgreSQL for the backend. Features client-side routing with React Router, and secure authentication using bcrypt, Passport, and CORS.
bcrypt cors ecommerce express full-stack node passport postgresql react react-router typescript
Last synced: 02 Feb 2025
https://github.com/rajaditya01/fullstack-blogs
Blogging-platform
axios bycryptjs cors css3 dotenv express javascript jwt-authentication mern-stack mongodb mongoose multer nodejs nodemailer react slugify uuid
Last synced: 01 Jan 2025
https://github.com/rajaditya01/studynotion-an-online-education-platform
StudyNotion-An-Online-Education-Platform is a comprehensive ed-tech platform that empowers users to generate, access, and evaluate educational content. The platform is constructed using the MERN stack, comprising ReactJS, NodeJS, MongoDB, and ExpressJS.
axios cors dotenv expressjs mongodb multer nodejs nodemailer razorpay react reacticons slugify telwind-css uuid
Last synced: 01 Jan 2025
https://github.com/acsbitmen/tinder_jobs
Tinder Jobs plataforma que conecta a empresas con talentosos desarrolladores de software. Facilita la búsqueda y el emparejamiento de empresas que buscan talento tecnológico con desarrolladores interesados en nuevas oportunidades laborales.
api axios bootstrap5 cors css3 express font-awesome html5 javascript moongose nodejs nodemon react react-router react-router-dom
Last synced: 01 Jan 2025
https://github.com/hugovarellaa/project-full-stack
Back-end
axios cors dotenv express jsonwebtoken nodejs prisma socket-io ts-node-dev typescript
Last synced: 23 Dec 2024
https://github.com/sazidulalam47/car-doctor-server
Car Doctor: Express.js & MongoDB Backend
cors expressjs jwt-authentication jwt-token mongodb nodejs
Last synced: 25 Jan 2025
https://github.com/kporus/social_app_backend
Its a demo social media backend file with prisma and database postgreSQL
cors express-js node-js postgresql prisma typescript
Last synced: 01 Jan 2025
https://github.com/sazidulalam47/coffee-store-server
Complete Coffee Shop Server Suite
api cors crud-operation express mongodb-atlas mongodb-database nodejs server
Last synced: 25 Jan 2025
https://github.com/drew-daniels/liaison
A simple messaging library meant to enable easy CORS communication between windows and embedded iframes - using the browser postMessage API.
Last synced: 01 Jan 2025
https://github.com/luifean/randomflix-api
API desenvolvida a fim de prover informações de filmes da sua lista da Netflix. Faz uso do conceito de web scraping como data source.
cors express javascript nodejs puppeteer
Last synced: 01 Jan 2025
https://github.com/rohits05/rsx-bot
An AI-based web application, by resembling the features of ChatGPT with advanced GPT3 model API, gets the ability to answer for anything, and beyond stuff!
aiapplications-project aiapps cors dotenv express gpt-3 nodemon openai server-side-rendering vitejs
Last synced: 10 Jan 2025
https://github.com/vipinchaudhary31122002/bloggx
BloggX is a backend for blogging website.
bcryptjs cors expressjs javascript mongodb mongoose nodejs
Last synced: 10 Jan 2025
https://github.com/ertugrulsertaslan/real-time-chat
Realtime chat app made with ReactJS and socket.io.
cors express-js reactjs socket-io tailwindcss vite
Last synced: 24 Dec 2024
https://github.com/ertugrulsertaslan/taskguard
This application is designed to manage tasks with different user roles and permissions.
axios cors docker dotenv express-js jwt-authentication material-ui postgresql prisma reactjs reactrouter vite
Last synced: 24 Dec 2024
https://github.com/bunji2/gocors
Sample of CORS using GoLang (described in Japanese)
Last synced: 24 Dec 2024
https://github.com/ertugrulsertaslan/product-management
This project is an e-commerce application with admin and user roles.
cors docker dotenv express-js material-ui multer postgresql prisma react vite webpush-notifications
Last synced: 24 Dec 2024
https://github.com/calebcadainoo/webscrapper
Web scrapper built for fun
cheerio cors express nodejs webscraper
Last synced: 24 Dec 2024
https://github.com/jonanv/gameofyear-firebase
Backend of gameofyear-angularjs
backend cors express firebase firebase-functions typescript
Last synced: 10 Jan 2025
https://github.com/sazidulalam47/softeasy-server
Digital Commerce and Blog Server Suite
api cors crud-operation express mongodb-database nodejs server
Last synced: 25 Jan 2025
https://github.com/roy7077/sarswati
Sarswati Backend is a Node.js application built with Express and MongoDB, designed to support an educational platform with roles for students, instructors, and administrators. It includes features for user authentication, course management, payments, and more
bcrypt cloudinary cookie-parser cors dotenv express-fileupload express-js jwt-authentication mongodb mongoose nodejs nodemailer otp-generator razorpay render
Last synced: 17 Jan 2025
https://github.com/jmgogo/webapp-security
A repo covering the basics of web application security
Last synced: 24 Dec 2024
https://github.com/zeuz8/simple-notes-backend
Backend repository for a Simple Web Notes App, designed to handle the storage of note data using MySQL database. This project aims to provide practical insights into MySQL data storage and retrieval mechanisms.
cors expres mysql2 nodejs nodemon
Last synced: 30 Jan 2025
https://github.com/elzasimoes/dev-library
👋 Dev Library application for Devs in progress.
bcrypt-nodejs body-parser consign cors jwt-authentication knex moment mongoose node-schedule nodemon passport pg pm2 sqlite3 vuejs
Last synced: 05 Jan 2025
https://github.com/dunghenry/api_todos
Backend todos
body-parser cors expressjs mongodb-atlas nodemon restful-api
Last synced: 25 Jan 2025
https://github.com/talhat298/surgical-server
SurgicalSavvy Server is a backend service built with Node.js, Express, and MongoDB. This project is designed to manage surgical services and orders, providing a RESTful API for interacting with the data.
api cors javascript mongodb nodejs reactjs
Last synced: 19 Dec 2024
https://github.com/talhat298/product-order-crud
This Node.js application, built with TypeScript, Express, and MongoDB, offers an API to manage products and orders with functionalities for creating, retrieving, updating, and deleting.
cors curd-operation dotenv eslint expressjs mongodb nodejs nodemon typescript zod
Last synced: 19 Dec 2024
https://github.com/dunghenry/tours_app
React + Redux + MongoDB + Express + Nodejs
cors expressjs googleoauth helmet jsonwebtoken mongodb-compass mongoose nodejs nodemon react-hooks react-router reactjs redux-thunk redux-toolkit
Last synced: 25 Jan 2025
https://github.com/seifsheikhelarab/ts-rest-api
A TypeScript-based REST API for user authentication and management with JWT-based authentication, bcrypt password hashing, and secure session handling.
bcrypt body-parser compression cookie-parser cors crypto dotenv express-js http jsonwebtoken lodash mongodb mongoose morgan node-js typescript
Last synced: 19 Dec 2024
https://github.com/abhich21/simplifi
A basic login template app for any website including frontend and backend.
axios cors expressjs mongoose nodejs notistack react-router-dom reactjs styled-components
Last synced: 19 Dec 2024
https://github.com/rob-blackbourn/bareasgi-cors
CORS support for bareASGI
asgi asyncio bareasgi bareasgi-cors cors cors-support python web
Last synced: 19 Dec 2024
https://github.com/ashimasaini45/authentication-apis
Tech Stack: Express.js(Backend), MongoDB(Database)
axios bootstrap cors nodemailer plugins-api react-router
Last synced: 19 Dec 2024
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/mesbol6647/mern-01-stokapp-
This project is a stock management application developed using the MongoDB, Express.js, React, and Node.js (MERN) stack. It allows users to add, update, and track the stock status of products.
cors deploy dirname express-static expressjs mongodb-database nodejs react
Last synced: 09 Feb 2025
https://github.com/florian-catalin-elisei/realtime-chat-application
This is a straightforward realtime chat application created using React for the frontend and Node.js with Socket.IO for the backend. Users have the ability to join distinct chat rooms and engage in realtime communication.
cors css express html javascript query-string react react-router-dom react-scroll-to-bottom socket-io socket-io-client
Last synced: 19 Dec 2024
https://github.com/florian-catalin-elisei/pdf-generator
This application combines React on the client side and Puppeteer with Express on the server side to generate PDF receipts. React, along with Axios, handles user input and HTTP requests, while Puppeteer on the server side creates PDFs using the submitted data.
axios cors css express file-saver html javascript puppeteer react
Last synced: 19 Dec 2024
https://github.com/guilhaof/gsystem-api-node
Backend do sistema Gsystem com Nodejs,Express,Prisma , WebToken - Obs ainda e construcao a⚠️❗
bcript bcryptjs cors express json-api jsonwebtoken mysql nodejs postgresql prisma prisma-client prisma-studio typescript
Last synced: 10 Jan 2025
https://github.com/dunghenry/social_media
Social Media use react, redux, expressjs, mongodb
bcrypt body-parser cookie-parser cors date-fns dotenv expressjs helmet jsonwebtoken mongodb-atlas mongoose morgan nodejs nodemon react-hooks reactjs redux-toolkit
Last synced: 25 Jan 2025
https://github.com/dunghenry/server-side
Server-Side
body-parser cors dotenv ejs express helmet morgan mysql nodemon
Last synced: 25 Jan 2025
https://github.com/bryamjesus/ns-backend
Project Final
cors final-project javascript jsonwebtoken learn learning mongodb mongoose nodejs nodemon
Last synced: 23 Jan 2025
https://github.com/bryamjesus/api-jwt
cors jsonwebtoken jwt node node-js nodemon
Last synced: 23 Jan 2025
https://github.com/cosmosgenius/twitter-proxy
Twitter api proxy with cors support
api cors proxy twitter twitter-proxy
Last synced: 25 Dec 2024
https://github.com/sathiyapramod/crm-web-app-frontend
CRM App is a simple beginner level template for maintaining customers, users & other database.
bootstrap5 cors css3 javascript jwt-authentication material-ui reactjs
Last synced: 23 Jan 2025
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: 05 Jan 2025
https://github.com/dunghenry/netflix-mern
bcrypt body-parser cors date-fns dotenv expressjs helmet jsonwebtoken mongoose nodemon reactjs
Last synced: 25 Jan 2025