English | 简体中文
支持跨域请求(转换不支持跨域请求的接口),可直接发起 ajax、fetch
支持 HTTPS (解决远程数据接口不支持 HTTPS )
https://cors.eu.org/{URL}
- https://cors.eu.org/https://api.github.com
- https://cors.eu.org/http://nginx.org/download/nginx-1.20.2.tar.gz
// 拷贝到控制台运行
var url = "http://wthrcdn.etouch.cn/weather_mini?citykey=101040100";
fetch(`https://cors.eu.org/${url}`).then(x => x.text()).then(console.log)
CPU | 日请求 | 突发速率 | 脚本大小 |
---|---|---|---|
10ms | 100,000 | 10 分钟 1000 个请求 | 压缩后 1M |
详情:https://developers.cloudflare.com/workers/about/limits/
https://seep.eu.org/{URL}
- https://seep.eu.org/https://api.github.com
每天的调用请求总数上限为 100,000。如果达到每日限制,Pages 将停止执行函数并回退到仅提供静态资源。
详细文档:https://developers.cloudflare.com/pages/platform/functions