MarybethGasman / fake-server

A small tool helping you get rid of annoying 403 or cors error.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A simple typescript program for cors proxy.
It fetches the param url and adds Allow Access-Control-Allow-Origin: * to response headers.
Support Content-Type like json html and image.
It can help you get rid of annoying 403 or cors error.

Usage

deno run --allow-read  --allow-net .\main.ts

Work fine in deno 1.26.1

Disclaimer

Just for learning and testing.
Do not use for illegal behavoir.

About

A small tool helping you get rid of annoying 403 or cors error.


Languages

Language:TypeScript 100.0%