You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the HTTP response of a managed http connection can be used as response to a message forwarded by Ditto to that foreign endpoint.
Payload mapping can even be used to alter the request payload.
The response payload, however, can not be altered currently.
In oder to be able to do that, the target of a Http push connection would have to define a response payload mapper.
In case of JS mapper, we need a new function, mapping from externalMessage to externalMessage.
The text was updated successfully, but these errors were encountered:
Currently, the HTTP response of a managed http connection can be used as response to a message forwarded by Ditto to that foreign endpoint.
Payload mapping can even be used to alter the request payload.
The response payload, however, can not be altered currently.
In oder to be able to do that, the
target
of a Http push connection would have to define a response payload mapper.In case of JS mapper, we need a new function, mapping from externalMessage to externalMessage.
The text was updated successfully, but these errors were encountered: