Note that there are some explanatory texts on larger screens.

plurals
  1. PORuby on Rails: How to pass parameters from view to controller with link_to without parameters showing up in URL
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COWhy you need it? From where these parameter comes? Is it from user input or from where? As I look on it, it seems that you are doing something in a strange way. Please explain why you are doing it, because probably there is a better way.
      singulars
    2. COThese parameters are returned by amazon in a xml formatted output. I have a search bar which allows the user to query the amazon database(using amazon ECS). After every query, my site will populate the first ten items from the output in a table. Each item will have a button that allows the user to select that item to sell. I need these parameters to be displayed in a form in another View. These parameters will eventually be saved to my database. The reason I do not like the parameters showing up is that user can manually manipulate the URL.
      singulars
    3. COit doesn't look like hiding parameters from user is going to solve your problem. Malicious user will always be able to find out parameters and manipulate them. By implementing your approach you make code more complicated but it doesn't actually improve security in any way
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload