Spring Integration HTTP Outbound Gateway header not forwarder on a consecutive request
问题 I'm struggling with the following flow: .enrichHeaders(h -> h.headerFunction("ocp-apim-subscription-key", m -> "xxx")) .handle(Http.outboundGateway("https://northeurope.api.cognitive.microsoft.com/vision/v3" + ".0/read/analyzeResults/abc") .mappedRequestHeaders("ocp-apim-subscription-key") .httpMethod(HttpMethod.GET)) .enrichHeaders(h -> h.headerFunction("ocp-apim-subscription-key", m -> "xxx")) .handle(Http.outboundGateway("https://northeurope.api.cognitive.microsoft.com/vision/v3" + ".0