If have URL like www.test.com/all properties
, its fine in Firefox but in all other browser the whitespace is being replaced by %20 by default and the URL look like this www.test.com/all%20properties
. I want url like www.test.com/all properties
. How to handle this?