干啥啥不行 (@k452b) 在 cpa被人扫?用cloudflare拦截不安全请求。 中发帖
https://linux.do/t/topic/2476526/73
所有没有密钥的请求都会被cloudflare blocked。
新建安全规则,修改并使用以下安全规则表达式。
http.host contains "域名" and (http.request.full_uri contains "/v1/responses" or http.request.full_uri contains "/v1/chat/completions" or http.request.full_uri contains "/v1/models") and not any(http.request.headers["authorization"][*] contains "cpa的密钥")
[image]
[image]