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
Checks if the response status contains "200 OK" where the previous code
only checked for "HTTP/1.1 200 OK". Newer browsers sometimes use
HTTP/2.0 resulting in a STATUS of "HTTP/2.0 200 OK".
0 commit comments