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; }