Hello!
I have case when cURL contains special characters ( / ) sign. I set skipEncodingDecodingUrl to true, so now it’s replaced by ( %2F ) and it should solve the problem.
however in my api ( / ) sign should be replaced by ( || ) - how to do it?
any tips how to deal with that?