GitHub - LokiVPN/vercel-proxy: Simple http proxy for Vercel. · GitHub
Skip to content

LokiVPN/vercel-proxy

 
 

Folders and files

Repository files navigation

Vercel Proxy

Simple http proxy for Vercel.

Delpoy

Deploy with Vercel

Usage

fetch("https://project-name.vercel.app/https://example.com?param1=value1&param2=value2")
.then((res) => res.text())
.then(console.log.bind(console))
.catch(console.error.bind(console));
curl -L https://project-name.vercel.app/https:/example.com?param1=value1&param2=value2

Just add https://project-name.vercel.app/ before the url you want to proxy.

License

vercel-proxy is released under the MIT license. See LICENSE for details.

About

Simple http proxy for Vercel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Go 97.5%
  • Makefile 2.5%