mardi 30 août 2016

Back button after redirecting to external page

I am working on a Ruby on Rails toy project. I have two main pages A and B. A has a form that takes input and does a post request. The result is being displayed at page B. Then there is the option to redirect to an external page (let's call it E) from B.

The problem is that if I click the back button from E, it doesn't go back to B but it fails as it doesn't find any parameters (form's text input from A).

Is this a common issue? How can I solve it?




Aucun commentaire:

Enregistrer un commentaire