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: 2024-11-18 00:05:54 UTC
- JSON Representation
https://github.com/tamannabithy/trip-advisor-server
i've made api for my site to load data from server. used node & express js along with mongodb database.
cors express-js mongodb nodejs
Last synced: 12 Nov 2024
https://github.com/mezbaulanam/mongo-webserver
Node.js-based server built with Express and Mongoose that allows users to programmatically create, read, update, and delete sites stored in MongoDB.
collaborate cors crud-api environment-variables expressjs learn mongodb mongodb-atlas mongoose node-js nodejs website
Last synced: 03 Nov 2024
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: 14 Nov 2024
https://github.com/monkeydioude/bypasscors
make your queries bypass CORS with this go server
Last synced: 12 Nov 2024
https://github.com/cpilson/yelp-fusion-api-test
Yelp Fusion API Test
api cors heroku-instance react react-router reactjs redux tutorial tutorial-code yelp yelp-api yelp-fusion-api
Last synced: 13 Nov 2024
https://github.com/andrewjbateman/fullstack-twitter-clone
:clipboard: Simple full-stack app that displays a list of messages ('tweets') generated on the client side and processes them using backend node.js.
cors css3 express-middleware filter-plugin full-stack fullstack html5 nodejs rest-api tutorial tweets vanilla-javascript
Last synced: 07 Nov 2024
https://github.com/adrianovolter/pharmacy_central_system_-pcs-
Projeto avaliativo , modulo 2 back-end | Pharmacy Central System (PCS), gerenciamento de depósitos e medicamentos
api backend cors dotenv expressjs git gitflow jsonwebtoken nodejs nodemon npm postgresql sequelize
Last synced: 07 Nov 2024
https://github.com/varejaodacarne/omnistack11
🦸🏻♂️ Be The Hero - Projeto desenvolvido durante a 11ª semana OmniStack
axios cors expo express javascript nodejs nodemon omnistack-11 react-native reactjs rocketseat
Last synced: 11 Nov 2024
https://github.com/wnawa/backend-store-api
Api for online store to showcase great products where user accounts can be created and users can make orders.
bcrypt cors db-migrate dotenv environment-variables eslint express jasmine json jwt nodejs nodemon postgresql prettier supertest typescript
Last synced: 05 Nov 2024
https://github.com/elnurbda/prisma-elysia-boiler-plate
A simple ElysiaJS project with Swagger, CORS, and Prisma integrated.
bun bunjs cors elysiajs prisma swagger typescript
Last synced: 29 Oct 2024
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: 14 Nov 2024
https://github.com/mvaibhav131/vaibhavweatherappmern
Shows Live Weather in all city
class-components cors dom dotenv express mongodb mongoose nodejs react-scripts reactjs redux router scss state-management weather-app
Last synced: 14 Nov 2024
https://github.com/juniorreisx/zyro-system
Backend Project that Simulates Banking Transactions Between Users
bcryptjs cors database datatypes expressjs javascript jest jwt nodejs postgresql sequelize sequelize-orm uuid
Last synced: 29 Oct 2024
https://github.com/shivankk26/streamsync
StreamSync is a centralized streaming platform that empowers users to upload videos along with their thumbnails. Additionally, it features a community-centric tweeting feature, allowing users to post tweets that can be commented on and reposted by the community.
bcrypt cloudinary cookie-parser cors express-middleware expressjs jwt-authentication jwt-token mognodb mongoose mongoose-aggregate-paginate-v2 multer nodejs nodemon reactjs tailwindcss
Last synced: 11 Nov 2024
https://github.com/mvaibhav131/schedule-management-system
backend assignment
api assignment backend controllers cors expressjs jest-tests middleware nodejs nodemon requests router routes schedule-meetings schedule-tasks testing
Last synced: 14 Nov 2024
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: 14 Nov 2024
https://github.com/idiocc/cors
Cross-Origin Resource Sharing (CORS) For Goa.
Last synced: 05 Nov 2024
https://github.com/npetkov/auth0_rails_frontend_example
Sample Rails 6 project demonstrating the OAuth2 code grant flow using auth0
auth0 cors jwt oauth2 omniauth rails6 rails6-api
Last synced: 11 Nov 2024
https://github.com/anfibiacreativa/myapp-server
Just a GraphQL server
cors express graphql-server nodejs
Last synced: 26 Oct 2024
https://github.com/muskan2532150/fruitycee
This website displays information related to all fruits. It provides information for specific fruits using API by using a redux management tool.
api cors create-react-app jest-tests proxy reactjs redux
Last synced: 21 Oct 2024
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: 11 Nov 2024
https://github.com/chukwuemekaaham/udacity-cloud-developer-serverless-todo-app
An Instagram-like serverless service. Built the serverless REST APIs using API Gateway and AWS Lambda, a stack of serverless technologies on AWS, stored data in AWS DynamoDB and S3, and deployed it using the serverless framework cli
api-gateway auth0 aws-cloudformation aws-lambda aws-s3 aws-xray aws-xray-sdk cors dynamodb dynamodb-streams elasticsearch jwt kms nodejs-express postman-collection react-router reactjs serverless sns typescript
Last synced: 11 Nov 2024
https://github.com/joysarkarbd/travel-blog-server-side
body-parser cors crud dotenv express javascript mongodb node-modules nodemon
Last synced: 12 Nov 2024
https://github.com/abhijithvijayan/serve-no-cors
Serve JavaScript from your local machine to the internet without CORS disturbing your inner peace.
Last synced: 25 Oct 2024
https://github.com/rohit-2012/isro-mission-control
The ISRO Project is a MERN stack app for managing space exploration journeys. It allows users to add new missions and view a categorized history of upcoming, canceled, and past journeys, featuring a sci-fi inspired UI built with Arwes-UI.
Last synced: 09 Nov 2024
https://github.com/rohit-2012/techrepairnote-api
Backend for Tech Repair Notes App: Node.js, Express.js, MongoDB, JWT auth, role-based access control. Manage users, notes, and authentication securely.
cors expressjs jwt jwt-authentication mongodb mongoose nodejs
Last synced: 09 Nov 2024
https://github.com/jvcgoncalves/stock-manager-backend
Backend about my stock manager project, link to front-end below
backend-api cors expressjs javascript nodejs
Last synced: 10 Nov 2024
https://github.com/mununki/go-cors
A module to help to set up CORS for Go API or web Server
Last synced: 25 Oct 2024
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 Nov 2024
https://github.com/modemobpsycho/fake-user-data-backend
Repository with backend for web-application for the fake user data generation. There are 4 countries available, setting the value of errors in words, managing seed, exporting the table to csv.
cors express faker-generator mvc nodejs postman
Last synced: 10 Nov 2024
https://github.com/mohamed-ramadan1/streaming-backend-application
Streaming application services
cors docker docker-compose express jest-tests jwt migrations multer node-cron nodejs nodemailer oauth2 pg postgresql redis socket-io stripe winston
Last synced: 25 Oct 2024
https://github.com/theyakka/cors
CORS helper / middleware for Go
cors cors-middleware cors-request go golang
Last synced: 13 Nov 2024
https://github.com/julie-ify/noterailsbackend
This is a Ruby on Rails API backend project for my note react project. You can test all endpoints using any API testing software like Postman.
bcrypt cors heroku-deployment jwt-authentication postgresql postman rails-api rspec-rails rswag shoulda-matchers
Last synced: 09 Nov 2024
https://github.com/sethbergman/react-auth-multi
api-gateway auth0 axios cors create-react-app express jwt-authentication react
Last synced: 07 Nov 2024
https://github.com/harshkapadia2/cors
A simple demo of a few scenarios that use CORS.
Last synced: 25 Oct 2024
https://github.com/dorayx/frock-middleware-cors
A simple CORS middleware for frock.
Last synced: 08 Nov 2024
https://github.com/alexinea/dotnet-cors-examples
CORS Samples
asp-net-core-mvc asp-net-mvc cors webapi-cors
Last synced: 12 Oct 2024
https://github.com/vitorserrano/economize.me
💸 Aplicação mobile para controle de finanças pessoais
cors express jwt-bearer-tokens knexjs nodejs
Last synced: 08 Nov 2024
https://github.com/imkkingshuk/miscors
MisCORS - Unleash CORS Misconfigurations Like a Digital Phantom! 🌐✨ Harness the power of MisCORS to silently unveil vulnerabilities in Cross-Origin Resource Sharing. Stealthily analyze web defenses, expose misconfigurations, and empower your security journey. 🕵️♂️🔓 Dive into the shadows of web security with MisCORS. #WebSecurity #CORSExposure
cors cors-hack cors-misconfiguration-scanner cors-misconfigurations cors-proxy cors-scanner cors-vulnerability cross-origin-resource-sharing ethical-hacking hacking-tools penetration-testing penetration-testing-tool vulnerability-scanner web-application-security web-security-tool
Last synced: 08 Nov 2024
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 Oct 2024
https://github.com/useflyyer/proxy
Helper function to proxy images via Flyyer network to bypass CORS with Typescript support for Flyyer.io
cors flyyer image og-image proxy smartcrop twitter-card typescript
Last synced: 14 Nov 2024
https://github.com/nuzulul/opencors
OpenCORS is a simple NodeJS based CORS Proxy
cors cors-proxy cross-domain cross-origin node node-js nodejs opencors proxy scraper
Last synced: 12 Nov 2024
https://github.com/sadman95/bike-island-client
This repo contains the files of 'Bike Island' niche project website.It's a MERN stack project.
cors dotenv express firebase material-ui mongodb node react
Last synced: 28 Oct 2024
https://github.com/vitorserrano/node-api
API Restful construída em Node,js
cors express mongoose mongoose-paginate nodejs nodemon require-dir
Last synced: 08 Nov 2024
https://github.com/hassonor/mern-ts-places
MERN Places Project
axios bullmq cloudinary cors express google-maps-api helmet jest nodejs pagination queues react redis redis-commander serversidepagination tailwindcss typescript vite workers
Last synced: 10 Nov 2024
https://github.com/bcapathshala/crud-app
CRUD Application Using NodeJS, ExpressJS, MongoDB, ReactJS, Bulma CSS Framework
axios bulma-css-framework cors crud-api expressjs mern-stack mongodb moongose nodejs reactjs reactrouterdom restful-api
Last synced: 08 Nov 2024
https://github.com/davesimoes/react-ai-support
AI-powered real-time customer support assistant, built with React on the frontend and Node.js/Express on the backend, utilizing the OpenAI API to provide smart and automated responses.
chat-application chatbot conversational-ai cors customer-service customer-support-ai e-commerce express fullstack-development intelligent-assistant machine-learning natural-language-processing openai-api react real-time-chat rest-api
Last synced: 15 Oct 2024
https://github.com/tharindanimnajith/sliit_y3s1_react_spa_backend_restapi-1
React.js Project with MERN Stack - Online Shopping Cart System for a Fashion Store - Backend
body-parser cors crud-application dotenv es6 express-js http-methods javascript json mern-stack-app mongodb-atlas mongoose-js multer node-js nodemailer nodemon npm rest-api uuid web-application
Last synced: 12 Nov 2024
https://github.com/seymenklc/backend
back end code for one my apps
bcrypt cookie cors express helmet jsonwebtoken mongoose morgan nodejs ts-node typescript validation
Last synced: 08 Nov 2024
https://github.com/pastjung/cors_react-springboot
Docker를 사용해 React 프로젝트와 SpringBoot 프로젝트의 연결 및 CORS 설정 학습
cors docker docker-compose node20 react springboot3
Last synced: 31 Oct 2024
https://github.com/aabbtree77/auth-starter-backend
Backend for a complete session-based user authentication: Bun, Hono, Drizzle, SQLite.
authentication authorization backend-api bun cookie cors credentials crud drizzle hono minimalism ngrok security session sqlite typescript user-password xss
Last synced: 07 Nov 2024
https://github.com/ahmetozer/cors-proxy
Proxy for cors requests. It is controls origins and proxy host. You can set hosts and origins over remote json file.
container cors cors-proxy cors-requests docker https-proxy node proxy
Last synced: 08 Nov 2024
https://github.com/edpomacedo/bdij-api
Aplicação Fastify para administração de CORS.
Last synced: 08 Nov 2024
https://github.com/tamoziit/mygpt
A failed attempt to make a ChatGPT clone using OpenAI API :)
axios controllers cors expressjs http-only-cookies jwt-authentication middlewares mogodb morgan-middleware openai-api responsive-web-design typescript
Last synced: 11 Nov 2024
https://github.com/7irelo/study-gymon-web
Full Stack Study buddy Web App for matriculants (Django, MySQL, CORS)
cors django django-rest-framework mysql
Last synced: 14 Nov 2024
https://github.com/andrei-straut/drp
Dynamic Reverse Proxy
cors java jsonp netty netty-in-action proxy proxy-server reverse-proxy
Last synced: 13 Oct 2024
https://github.com/arafat-alim/ultimate-authentication-system
The Ultimate Authentication System using MERN is a full-stack authentication system that uses MongoDB, Express, React, and Node.js. It is designed to be highly secure and scalable. The system uses JSON Web Tokens (JWT) for authentication and authorization.
bootstrap4 cors css3 expressjs facebook-login html5 javascript mongodb mongoose nodejs reactjs
Last synced: 07 Nov 2024
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: 13 Oct 2024
https://github.com/nitins87/farmworks
I have created a online hiring and job postings website for farmers to post their jobs and hire skilled labours
aws-s3 axios bcrypt cloudinary cors jsonwebtoken mongodb mongodb-atlas mongoose multer nodejs nodemon react-router-dom reactjs tailwindcss usecontext-hook vercel-deployment
Last synced: 13 Oct 2024
https://github.com/robertov8/semana-omnistack-11.0
Semana OmniStack 11.0
axios cors expo express knex react react-icons react-native react-navigation react-router-dom sqlite3
Last synced: 07 Nov 2024
https://github.com/arafat-alim/open-ai
ChatGPT AI is an artificial intelligence (AI) chatbot that uses natural language processing (NLP) to generate conversations with users. It is powered by OpenAI's GPT-3 language model, which has been trained on a massive dataset of text.
cors css express html5 javascript openai vitejs
Last synced: 07 Nov 2024
https://github.com/mvaibhav131/movieapp-mern
MovieApp-MERN
axios bootstrap cors css expressjs jwt-authentication mongodb movieapp movieapp-mern netlify-deployment nodejs react-bootstrap react-hooks react-router reactjs redux tmdb-movie-search
Last synced: 14 Nov 2024
https://github.com/tessasac/stitch-in-time
How to elide CORS with the Capacitor Community HTTP Plugin
Last synced: 14 Oct 2024
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: 02 Nov 2024
https://github.com/andres11152/don_kampo_api
This is the backend API for an e-commerce platform where individual customers can purchase items like fruits and vegetables, while businesses can order these items at wholesale prices directly from the central supply market, paying only the delivery fee. The API is built with Node.js and Express, utilizing PostgreSQL for database management.
babel cors express javascript node nodejs nodemon nodemon-express postgree postgreesql
Last synced: 11 Oct 2024
https://github.com/nadilson-ifpe/rocketseat-ignite-habits-app
https://nlw.rocketseat.com.br/convite/nadilson-29882
axios cors expo fastify node nodejs prisma react react-native tailwind tailwindcss tsx typescript vite
Last synced: 06 Nov 2024
https://github.com/yaroslavtsebro/web-store-api
class-validator cookie-parser cors docker docker-compose express inversify-express sequelize
Last synced: 08 Nov 2024
https://github.com/kibria-khandaker/manufacturer-website-server
cors dotenv express-js jsonwebtoken mongo-db
Last synced: 08 Nov 2024
https://github.com/preetiraj3697/reactjs-integration-with-backend
This project showcases the integration of React frontend with Express backend for managing user data. Features include CRUD operations via RESTful APIs, React Router navigation, MongoDB integration, and separate READMEs for frontend and backend setup.
axios backend cors crud expressjs frontend full-stack mongodb mongodb-atlas mongoose nodejs react react-router restful-api
Last synced: 12 Nov 2024
https://github.com/parth-pandeyy/ramble
Making tour experience better❤️
brevo-api cors css expressjs helmet javascript jsonwebtoken mongodb mongodbatlas morgan multer nodejs nodemailer parceljs pug stripe-api
Last synced: 06 Nov 2024
https://github.com/yogeshmishra667/notess-generator
body-parser cors expressjs html-pdf nodejs nodemon reactjs
Last synced: 16 Nov 2024
https://github.com/robertoachar/express-cors
Express Cross-Origin Resource Sharing (CORS) middleware.
cors express middleware node npm
Last synced: 06 Nov 2024
https://github.com/p1ngul1n0/cors-secure
A React APP to verify CORS Permissive Policy.
cors cybersecurity pentest pentesting react web
Last synced: 10 Nov 2024
https://github.com/shahinuralambhuiyan/doctor-portal-server
base64 body-parser cors expressjs mongodb
Last synced: 07 Nov 2024
https://github.com/onlynico43/gin-cors
CORS Middleware for gin gonic
cors cors-enabled cors-headers cors-middleware gin gin-framework gin-gonic
Last synced: 01 Nov 2024
https://github.com/nyg/js-fetch
Simple wrapper around the Javascript Fetch API.
any-origin cors cors-anywhere fetch-api jsonp
Last synced: 12 Nov 2024
https://github.com/harrytran998/test-microservices
commitlint cors docker graphql microservice nodejs postgresql reactjs rest-api sequelize terraform
Last synced: 13 Oct 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: 11 Nov 2024
https://github.com/harshita2234/mern-chat
This is a chat application built using the MERN stack (MongoDB, Express, React, Node.js). The backend API connects to MongoDB and the frontend is developed with React.
autop axios bycrypt-js cookie-parser cors dotenv express jwt lodash mongodb mongoose node-js postcss react tailwind-css vite web-socket
Last synced: 07 Nov 2024
https://github.com/rainu/r-ray
A lightweight proxy application where the client can define the request to the target.
cors cors-anywhere go golang proxy
Last synced: 08 Nov 2024
https://github.com/twknab/gear_list_mevn
🎒 Organize Your Gear; an application using Mongo, Express, Vue.js and Node (MEVN) 🤙
cors expressjs mongodb mongoosejs muse-ui nodejs session vue-cli vue-router vuejs2
Last synced: 06 Nov 2024
https://github.com/niteshrawat0401/-dazzler_software
This is an admin panel that provides the ability for administrators to create, delete, and search user accounts. It also includes comprehensive validation for user signup and login processes.
axios bcrypt cors dotenv expressjs jsonwebtoken mongodb mongoose nodejs nodemon react-router-dom reactjs
Last synced: 16 Nov 2024
https://github.com/niteshrawat0401/student-dashboard
This is small student dashboard.
axios bcrypt cors dotenv expressjs jwt-authentication material-ui mongodb mongoose nodejs nodemon privateroutes reactjs tailwindcss
Last synced: 16 Nov 2024
https://github.com/smilevp/query_support_backend
Query Support Backend
bcrypt cors dotenv express-generator jwt mongoose-model mongoose-schema nodemailer
Last synced: 12 Nov 2024
https://github.com/lexhouk/goit-pyweb-hw-13-task-1
Модуль 13. Розширені теми Backend-розробки
cloudinary cors cors-enabled cors-middleware docker-compose environment-variables fastapi-mail fastapi-middleware fastapi-security goit goit-pyweb-hw-13 limiter reset-password security send-email studying verify-email
Last synced: 26 Sep 2024
https://github.com/amanmandal-m/hair_salon_backend_render
This is Hair Salon Booking Appointment System Backend here user can register with valid credentials and also they can login and view the stylers and services and book appointement by their choice.
bcrypt cors express-js jsonwebtoken mongoose node-js
Last synced: 07 Nov 2024