nite07我发现一个简单的问题,但是很多AI回答错误 中发帖

题目是: 
test.example.com {
 @authed {
  header Authorization "Bearer 123123123"
 }
 import log test.example.com
 import common
 reverse_proxy @authed 127.0.0.1:3003
 respond 401 {
  body "Unauthorized"
 }
}

curl -X GET "https://test.example.com" \
 -H "Authorization: Bearer 123123123"
Unauthorized

为什么 Unauthorized? 
回答结果: 




模型名称
reasoning effort
回答正确与否
耗时




deepseek v4 flash
max
❌
1.2m


deep...
 
 
Back to Top