BlankerL / DXY-COVID-19-Crawler

2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API
https://lab.isaaclin.cn/nCoV/
MIT License
1.99k stars 400 forks source link

请求rumors 跨域被拦截 #103

Closed Galileo01 closed 4 years ago

Galileo01 commented 4 years ago

请求rumors, 跨域被拦截怎么办呀

BlankerL commented 4 years ago

跨域请求应该都已经开放了,所有接口都允许跨域请求,不单独针对某一个接口进行限制的。

如果返回503,或许要查看一下是否是你的请求频率过高了,可以查看#63,目前允许每秒请求5次,如果超过频率限制则会返回503错误。