I have an extjs application that sends a parameter to an application setting with a slash… for eg “Tiger/Cheetah”, to print a report… my ssrs report also takes that parameter fine… but when going through a web browser the passed parameter does not take “Tiger/Cheetah” with the slash… it takes “Tiger” but there are no records for that in the report…
I tried to replace / with %2f like this
Tiger%2fCheetah
and it’s not working…
is there any other way?
Well this is easy
and the other side must do vice verse