Skip to content

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

Notifications You must be signed in to change notification settings

MarybethGasman/fake-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks