Hi,
I want to disable auto encoding for my request with RQL params.
Right now instead of ‘select(aps.id),eq(id,1)’ i am getting
select(aps.id)%2Ceq(id%2C1)= where ‘,’ is getting encoded and that is making the request invalid as there is RQL parsing error.
How can i sent raw request without encoding?
please reply me asap.