I tried using this approach to send a user name and password to an action for login purposes and it gets rejected and the site throws an error. Something like
http://blah.blah.com/Login/Login
The example shows sending a request to a *.aspx page, is it possible to send POST data to a an action?
Thanks
Andrew