URL encoding not working in OIC
Product : Oracle Integration Cloud (OIC)
Version : 23.2.3
Hi All,
I want %2f (url encoding replacement for forward slash '/') to be passed as a REST API template parameter as-is in OIC (Oracle Integration Cloud)
But OIC converts it into forward slash '/', which is not what I want.
Can anyone help to pass %2f as a REST API
template parameter as-is in OIC (Oracle Integration Cloud) without getting converted to forward slash '/'?
This %2f (url encoding replacement for forward slash '/') is working as expected when tested in POSTMAN.
But the same REST API , when implemented in OIC, is not working.