RESTfull authentication location storage problem

Hello,

I am using RESTfull authentication as my login manager. The following scenario fails to work properly.

I have a public page on which there is a button on a form (a create action), which when clicked requires login. RA stores the create action path, yet after login is displaying the index action. I am using RESTful routes and I understand why the script redirects to index and not create.

Is there a way to specify that it's POST request and not a GET, in order for this to work?

Thanks,