Skip to content

Instantly share code, notes, and snippets.

@Stray
Last active December 11, 2015 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stray/4672336 to your computer and use it in GitHub Desktop.
Save Stray/4672336 to your computer and use it in GitHub Desktop.
Train of what-has-been-tried for htpasswd issue in IE9

Some IE9 users unable to log in to a folder which is htpasswd protected

  • Of 7 IE9 users, 4 can't log in, 3 can
  • The username and password are both composed only of letters and numbers
  • The same version number for IE9 is present across the can/can't group
  • Caching is excluded as cause as 6 of the test group were first-time users
  • Directly accessing the file instead of the folder does not help
  • .htpasswd format has been tried as crypt and MD5, without difference
  • The page in question is set to no-cache with an expiry time in the past
  • The same user that cannot log in to folder A, can log in to folder B (with different credentials)
  • The same user that cannot log in with credentials A can log in with credentials B (both MD5)
  • The position of that set of credentials in the .htpasswd file seems to make no difference
  • The failing credentials also fail (for same IE9 user) on a different folder
@Stray
Copy link
Author

Stray commented Jan 30, 2013

Currently trying:

  • The non-working credentials on another folder... (test 1)

Result: The failing credentials also fail on a different folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment