skipEncodingDecodingUrl does not fulfill all problems

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?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.