All Projects → hemanth → Cors Now

hemanth / Cors Now

Licence: mit
reverse proxy with CORS headers.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Cors Now

Microwebsrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Stars: ✭ 295 (+217.2%)
Mutual labels:  cors
Laravel Cors
Send CORS headers in a Laravel application
Stars: ✭ 605 (+550.54%)
Mutual labels:  cors
Laravel Api Boilerplate Jwt
A Laravel 5.8 API Boilerplate to create a ready-to-use REST API in seconds.
Stars: ✭ 1,155 (+1141.94%)
Mutual labels:  cors
Allorigins
👽 Pull contents from any page as JSON via API
Stars: ✭ 343 (+268.82%)
Mutual labels:  cors
Cors
Node.js CORS middleware
Stars: ✭ 5,252 (+5547.31%)
Mutual labels:  cors
Learn Nginx
Nginx 入门指南
Stars: ✭ 728 (+682.8%)
Mutual labels:  cors
Blog.core
💖 ASP.NET Core 6.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
Stars: ✭ 3,542 (+3708.6%)
Mutual labels:  cors
Lumen Cors
CORS module for the Lumen PHP framework.
Stars: ✭ 88 (-5.38%)
Mutual labels:  cors
Corscanner
Fast CORS misconfiguration vulnerabilities scanner🍻
Stars: ✭ 601 (+546.24%)
Mutual labels:  cors
Java Sec Code
Java web common vulnerabilities and security code which is base on springboot and spring security
Stars: ✭ 1,033 (+1010.75%)
Mutual labels:  cors
Corsica
Elixir library for dealing with CORS requests. 🏖
Stars: ✭ 373 (+301.08%)
Mutual labels:  cors
Cross Origin
🌀 跨域demo。CORS、JSONP、postMessage、websocket、document.domain、window.name、iframe等示例
Stars: ✭ 475 (+410.75%)
Mutual labels:  cors
Node Typescript Koa Rest
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
Stars: ✭ 739 (+694.62%)
Mutual labels:  cors
Meiam.system
.NET 5 / .NET Core 3.1 WebAPI + Vue 2.0 + RBAC 企业级前后端分离权限框架
Stars: ✭ 340 (+265.59%)
Mutual labels:  cors
Public Cakephp Rest Api
CakePHP 3 plugin for building REST API services
Stars: ✭ 71 (-23.66%)
Mutual labels:  cors
Xdomain
A pure JavaScript CORS alternative
Stars: ✭ 3,051 (+3180.65%)
Mutual labels:  cors
Flask Cors
Cross Origin Resource Sharing ( CORS ) support for Flask
Stars: ✭ 696 (+648.39%)
Mutual labels:  cors
Corser
CORS middleware for Node.js
Stars: ✭ 90 (-3.23%)
Mutual labels:  cors
Rocket cors
Cross-origin resource sharing (CORS) for Rocket.rs applications
Stars: ✭ 73 (-21.51%)
Mutual labels:  cors
Corsy
CORS Misconfiguration Scanner
Stars: ✭ 756 (+712.9%)
Mutual labels:  cors

cors-now

reverse proxy with CORS headers.

Usage:

Just do a fetch on the below:

https://cors.now.sh/<url>

Example:

// The XKCD URL below doesn't allow CORS.
fetch('https://cors.now.sh/http://xkcd.com/info.0.json')
.then(console.log)
.catch(console.error)

P.S: Make sure you give the absolute URL, or else you will see an error like:

{
  "error": "Only absolute urls are supported"
}

WHY?

  • For reverse proxies.

  • For crawlers, spiders and what not!

License

MIT © Hemanth.HM

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].