Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的比较,我检查了字符串是相同的 hmac 哈希(base64 编码),但是这个语句由于某种原因返回 true。为什么 Nginx 无法正确比较字符串?
if ($cookie_AUTHORIZATION != $signature ) { return 403; }