HttpData source asset with method POST and proxyMethod set and HttpProxy destination on transfer uses the wrong method (GET instead of POST) #2418
-
Hello,
My expectation is that there is a POST https://receiver.notifications.server.com/notifications made with the extra data added in the dataplane call payload - what am I doing wrong? Related code: EDC used https://github.com/eclipse-edc/Connector/tree/740c100ac162bc41b1968c232ad81f7d739aefa9 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found it - By default a Jetty ContextHandler with a context of "/public" (like the dataplane) will actually redirect any request for "/public" to "/public/" if setAllowNullPathInfo is not set - see. |
Beta Was this translation helpful? Give feedback.
Found it - By default a Jetty ContextHandler with a context of "/public" (like the dataplane) will actually redirect any request for "/public" to "/public/" if setAllowNullPathInfo is not set - see.