Project

General

Profile

Known Issues

Form Authentication Doesn't Work

Form authentication is difficult to get working reliably and is not supported in the following cases:

  1. Forms that require the use of Javascript (unless you use Firefox or Chrome as the browser)
  2. Forms that use two-factor authentication
  3. Forms that require several forms to be completed in sequence
  4. Forms that use a captcha
  5. Forms that maintain state using something other than cookies
  6. Website can only maintain an authenticated state when by updating a cookie repeatedly
  7. Forms that must be submitted by something other than an input or submit button