You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use code that depends on the X-Cert-Pinning-Signature HTTP header. However, some servers lowercase the values before they send the response, resulting in the x-cert-pinning-signature HTTP header which we later fail to check.
We should lowercase all response headers in the map and compare the lowercase headers.
The text was updated successfully, but these errors were encountered:
Currently, we use code that depends on the
X-Cert-Pinning-Signature
HTTP header. However, some servers lowercase the values before they send the response, resulting in thex-cert-pinning-signature
HTTP header which we later fail to check.We should lowercase all response headers in the map and compare the lowercase headers.
The text was updated successfully, but these errors were encountered: