CORS 代理服务

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

请求方法

支持方法GET POST PUT DELETE PATCH HEAD OPTIONS请求头任意自定义头(透传)请求体任意格式(透传,限制 ≤ 4.3 MB)

返回格式

智能识别目标响应类型

使用示例

获取 GitHub 图标(原始二进制,浏览器直接显示)
/api?url=https://raw.githubusercontent.com/vercel/vercel/main/icon.png&format=raw
获取 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&format=dataurl