I am trying to do a call to url
http://example.com/controller/action?var1=CD14+%20MDM%20in%20GM-CSF%203%20days%20then%203%20days%20IFN-%CE%B3&var2=56&var3=ENSG00000115415
If you look at var1 that I am passing value 'CD14+ MDM in GM-CSF 3 days then 3days IFN-γ'
.
When in the controller I try to get this var 1 using request.params.get("var1")
, i get 'CD14 MDM in GM-CSF 3 days then 3days IFN-γ'
with missing + and instead getting extra space after CD14
How can I pass + in my variable in url