CORS 代理服务

通用跨域请求中转网关 · 无服务器架构

请求方法

支持方法 GET POST PUT DELETE OPTIONS 请求头 任意自定义头(透传) 请求体 任意格式(透传)

返回格式

智能识别目标响应类型

使用示例

获取 GitHub 仓库图片(返回 Data URL)
/api?url=https://raw.githubusercontent.com/vercel/vercel/main/icon.png
调用 GitHub API(返回 JSON)
/api?url=https://api.github.com/repos/vercel/vercel
代理 Gitee 仓库文件(返回 Data URL)
/api?url=https://gitee.com/opengauss/openGauss-server/raw/master/README.md