transfer-02-consumer-pull proxyPath is encoded - Can this be turned off? #205
-
When connecting to a backend service, there is a problem if the ProxyPath is not to be encoded. Here is an example: The connected backend service requires the following parameter to provide the data:
The transfer is done with the following command
In the DataPlane log console, you can see that the URL is encoded
But the backend expects the following url Is there a way to disable the decoding of the proxy path? Or is there another way to pass the ProxyPath decoded? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi, currently it's not possible (currently the path is added using the okhttp |
Beta Was this translation helpful? Give feedback.
hi, currently it's not possible (currently the path is added using the okhttp
addPathSegments
, that encodes it), but I guess it is a feature that could be implemented. Could you please open an issue in the https://github.com/eclipse-edc/Connector repository?