sorry if the question seems to be meaningless, i just want to make sure is there a way or any solution for this. Any Help is appreciated
request({url:url, search:qs}, function(e,r,body) {
qs:{ name: 'Rome||Turin||venice||milan'}
})
is their a way to set encoding false, so that exact name: Rome||Turin||venice||milan
goes to the server
browser will encode it add something like %7fc% or any other characters