In last ESB run time release we’ve introduced a new new property (http.headers.preserve) to preserve headers. And as result for that sometimes content type(or any other headers) may not pass to back end and that can case this type of issues.
To fix that can you please add this(http.headers.preserve = Content-Type) to following file in product distribution and restart server.
repository/conf/passthru-http.properties.
Hope this solution will work for you. Also with that we can fix issues caused by missing media type (charset) at Pass Through Transport level.
To fix that can you please add this(http.headers.preserve = Content-Type) to following file in product distribution and restart server.
repository/conf/passthru-http.properties.
Hope this solution will work for you. Also with that we can fix issues caused by missing media type (charset) at Pass Through Transport level.
No comments:
Post a Comment