I'm trying to futz around a user's problem on a Windows client, so I'm learning about Invoke-WebRequest in PowerShell. <URL:https://technet.microsoft.com/en-us/library/hh849901.aspx>
I'm following the Facebook login example on that page, but trying to log into my app. I can get the login form correctly (it appears), and I can update the form fields in a way that seems to be acceptable (on both ends), but the action is just '#', and I post to //host/app/default/user/login or //host/app/default/user/login# I get a 200 response and a fresh copy of the login form, rather than continuing to the _next page set in the form (app/default/index). If I try posting the form to app/default/index, I get a 303 and back to the login form. Can someone who has a clue hit me with it? /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

