awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
barryvdh avatar

barryvdh/laravel-corsArchived

0
View on GitHub↗
6,240 स्टार्स·607 फोर्क्स·PHP·MIT·6 व्यूज़

Laravel Cors

laravel-cors Laravel एप्लिकेशन के लिए एक मिडलवेयर पैकेज है जो क्रॉस-ऑरिजिन रिसोर्स शेयरिंग (CORS) का प्रबंधन करता है। यह एक HTTP सुरक्षा लेयर के रूप में कार्य करता है जो रिक्वेस्ट ऑरिजिन को मान्य करता है और एप्लिकेशन रिस्पॉन्स में आवश्यक हेडर इंजेक्ट करता है ताकि यह नियंत्रित किया जा सके कि बाहरी डोमेन बैकएंड API को कैसे एक्सेस करते हैं।

यह प्रोजेक्ट आने वाले रिक्वेस्ट ऑरिजिन और मेथड्स को अनुमत मानों के साथ मिलान करने के लिए एक कॉन्फ़िगरेशन-संचालित पॉलिसी इंजन प्रदान करता है। इसमें एक ही नियम के माध्यम से कई विश्वसनीय डोमेन को अधिकृत करने के लिए वाइल्डकार्ड ऑरिजिन मैचिंग का समर्थन और प्री-फ्लाइट OPTIONS रिक्वेस्ट का स्वचालित प्रबंधन शामिल है।

यह सिस्टम ग्लोबल API एक्सेस कंट्रोल और ब्राउज़र सुरक्षा कॉन्फ़िगरेशन प्रदान करने के लिए रिक्वेस्ट-रिस्पॉन्स पाइपलाइन में इंटीग्रेट होता है। यह क्रॉस-ऑरिजिन ब्राउज़र त्रुटियों को हल करने और Laravel सर्वर और विभिन्न डोमेन पर होस्ट किए गए फ्रंटएंड के बीच सुरक्षित संचार सुनिश्चित करने के लिए सुरक्षा हेडर के इंजेक्शन का प्रबंधन करता है।

Features

  • Cross-Origin Resource Sharing - Manages CORS headers to allow or restrict requests from external domains for backend API security.
  • CORS Header Injection - Automatically appends necessary CORS headers to HTTP responses to allow cross-origin access.
  • API Access Control - Provides granular control over which external websites and services are permitted to access the backend API.
  • Cross-Origin Resource Sharing (CORS) Policies - Implements mechanisms to restrict or allow web requests from different origins using CORS headers.
  • Cross-Origin Security Policies - Configures origin validation and pre-flight request handling to prevent unauthorized cross-site access.
  • Cross-Domain Request Handling - Handles HTTP OPTIONS pre-flight requests to authorize subsequent cross-origin API calls.
  • Laravel Integrations - Provides a dedicated middleware package for integrating CORS header management within the Laravel framework.
  • Origin Pattern Matching - Supports wildcard origin matching to authorize multiple trusted domains through a single configuration rule.
  • HTTP Request Filtering - Acts as a security layer that filters incoming requests by validating origins and handling OPTIONS requests.
  • Policy Evaluation Engines - Implements a configuration-driven engine to match request origins and methods against allowed values.
  • Cross-Domain Frontend Integration - Enables frontends hosted on different domains to communicate securely with the Laravel server.
  • Request Pipelines - Integrates into the Laravel request-response pipeline to apply security headers globally across all routes.
  • API Development - Enables Cross-Origin Resource Sharing.

स्टार हिस्ट्री

barryvdh/laravel-cors के लिए स्टार हिस्ट्री चार्टbarryvdh/laravel-cors के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

barryvdh/laravel-cors क्या करता है?

laravel-cors Laravel एप्लिकेशन के लिए एक मिडलवेयर पैकेज है जो क्रॉस-ऑरिजिन रिसोर्स शेयरिंग (CORS) का प्रबंधन करता है। यह एक HTTP सुरक्षा लेयर के रूप में कार्य करता है जो रिक्वेस्ट ऑरिजिन को मान्य करता है और एप्लिकेशन रिस्पॉन्स में आवश्यक हेडर इंजेक्ट करता है ताकि यह नियंत्रित किया जा सके कि बाहरी डोमेन बैकएंड API को कैसे एक्सेस करते हैं।

barryvdh/laravel-cors की मुख्य विशेषताएं क्या हैं?

barryvdh/laravel-cors की मुख्य विशेषताएं हैं: Cross-Origin Resource Sharing, CORS Header Injection, API Access Control, Cross-Origin Resource Sharing (CORS) Policies, Cross-Origin Security Policies, Cross-Domain Request Handling, Laravel Integrations, Origin Pattern Matching।

barryvdh/laravel-cors के कुछ ओपन-सोर्स विकल्प क्या हैं?

barryvdh/laravel-cors के ओपन-सोर्स विकल्पों में शामिल हैं: fruitcake/laravel-cors — This project is a CORS header manager and security plugin for Laravel. It functions as middleware that adds… expressjs/cors — This is a Node.js middleware for Express and Node.js servers that manages Cross-Origin Resource Sharing policies. It… ottoyiu/django-cors-headers — django-cors-headers is a Django application utility for managing cross-origin resource sharing. It adds HTTP headers… adamchainz/django-cors-headers — django-cors-headers is a middleware for Django that manages Cross-Origin Resource Sharing headers to control which… developit/express-es6-rest-api — Express es6 rest api is a starter template for building RESTful backend applications using modern JavaScript syntax… hacdias/webdav — This project is a self-hosted WebDAV file server and HTTP file manager that exposes a local file system for remote…

Laravel Cors के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Laravel Cors के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • fruitcake/laravel-corsfruitcake का अवतार

    fruitcake/laravel-cors

    6,240GitHub पर देखें↗

    This project is a CORS header manager and security plugin for Laravel. It functions as middleware that adds Cross-Origin Resource Sharing headers to HTTP responses to control how external domains access a Laravel backend. The software manages cross-origin request policies by defining allowed origins, methods, and headers. It handles pre-flight requests and allows for the restriction of sharing policies based on specific routes. The package provides API access control and cross-domain resource sharing by integrating custom header logic into the Laravel request lifecycle.

    PHPcorshacktoberfestlaravel
    GitHub पर देखें↗6,240
  • expressjs/corsexpressjs का अवतार

    expressjs/cors

    6,194GitHub पर देखें↗

    This is a Node.js middleware for Express and Node.js servers that manages Cross-Origin Resource Sharing policies. It functions as a policy manager and origin validator to define which origins, HTTP methods, and headers are permitted to access server resources. The project provides mechanisms for dynamic origin validation, allowing request origins to be checked against custom logic or databases. It also acts as an HTTP preflight request handler to process OPTIONS requests and verify server permissions before complex cross-site interactions occur. Its capability surface covers the management o

    JavaScriptcorsexpressjsjavascript
    GitHub पर देखें↗6,194
  • ottoyiu/django-cors-headersottoyiu का अवतार

    ottoyiu/django-cors-headers

    5,587GitHub पर देखें↗

    django-cors-headers is a Django application utility for managing cross-origin resource sharing. It adds HTTP headers to responses so web browsers can permit cross-origin requests from specified external domains. The project provides tools for defining which external domains, HTTP methods, and headers are permitted to access an API. It supports restricting allowed origins through static lists and regular expressions, and it enables the transmission of cookies and authentication credentials for cross-site session handling. Additional capabilities include API access control to limit cross-origi

    Python
    GitHub पर देखें↗5,587
  • adamchainz/django-cors-headersadamchainz का अवतार

    adamchainz/django-cors-headers

    5,587GitHub पर देखें↗

    django-cors-headers is a middleware for Django that manages Cross-Origin Resource Sharing headers to control which external domains can access server resources. It serves as a security component for enforcing access control policies through origin validation and header management. The project provides capabilities for origin whitelisting using hostnames or regular expressions and supports the Local Network Access specification to permit requests from private networks. It allows for granular control via path-based restrictions and dynamic origin validation driven by a signal system. The softw

    Python
    GitHub पर देखें↗5,587
Laravel Cors के सभी 30 विकल्प देखें→