ferryanggriawan / deta-proxy-api

Simple proxy cors

Home Page:https://proxypass-1-a3415167.deta.app/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proxy api

Simple proxy cors

Swagger docs

https://proxypass-1-a3415167.deta.app/docs

usage

example fetch with axios

const response = await axios.post("https://proxypass-1-a3415167.deta.app/proxy-api/json", {
  headers: {
    "Content-Type": "application/json"
  }, // header to pass in the url
  url: "http://your-api.com/path",
  methods: "your api methods [get, post, put, delete, patch, dll]",
  params: {}
})

About

Simple proxy cors

https://proxypass-1-a3415167.deta.app/docs


Languages

Language:Python 100.0%