api - Traversing a post request in rails -


i working on ruby on rails. sending post request key value pairs.

in post request have key username = "name" , password= "password&123"

when send post request request handling in different way. splits password has & (ampersand ) in it, splits username="name", password= "password", 123=""

how avoid this.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -