Is there a way for the customer to fill in the credential in my Rails App and the app posts to an external form?
If the credentials are correct, the customer will be redirected to the external response page.
As if my Rails App is behaving as the external website.
Thanks!