Question Concerning AutoLogin Plugin
I've been having some trouble with the AutoLogin plugin with regards to the pattern match for validating a session. My login/authentication process goes something like the following:
- User submits a POST request to SUBDOMAIN1.DOMAIN.COM/LOGIN with credentials
- Response is a empty body with cookies only
- Browser submits a second request to SUBDOMAIN1.DOMAIN.COM with cookie
- Response is a 302 Found to SUBDOMAIN1.DOMAIN.COM/PAGE
- Browser submits a third request to SUBDOMAIN1.DOMAIN.COM/PAGE
- Response is a 302 Found to SUBDOMAIN2.DOMAIN.COM
Given that step 2 is an empty body reponse with only cookies being passed in the header, what should I set as my pattern check for this to function properly?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac