I have a simple comparison, I have checked that the strings are identical hmac hashes (base64 encoded), however this statement returns true from some reason. Why is Nginx not able to compare the strings correctly?
if ($cookie_AUTHORIZATION != $signature ) { return 403; }