CORS Proxy Server

通过在目标 URL 前加上代理前缀来解决跨域。

用法

http://linuxrun-cors.hf.space/<目标URL>

示例

GET http://linuxrun-cors.hf.space/https://api.github.com/users/octocat
GET http://linuxrun-cors.hf.space/https://jsonplaceholder.typicode.com/posts/1

说明

将真实 API 地址拼接在 http://linuxrun-cors.hf.space/ 后即可。