Known Issues¶
Form Authentication Doesn't Work¶
Form authentication is difficult to get working reliably and is not supported in the following cases:
- Forms that require the use of Javascript (unless you use Firefox or Chrome as the browser)
- Forms that use two-factor authentication
- Forms that require several forms to be completed in sequence
- Forms that use a captcha
- Forms that maintain state using something other than cookies
- Website can only maintain an authenticated state when by updating a cookie repeatedly
- Forms that must be submitted by something other than an input or submit button