KevinMengSF commented on issue #1610: URL: https://github.com/apache/camel-kafka-connector/issues/1610#issuecomment-2103877444
@oscerd Now, shall we have some methods or approches to disableCookieManagement? There is an use case need to disable cookie in the CamelHttpsSinkConnector for HttpClient Object, like below code: CloseableHttpClient httpClient = HttpClients.custom() .disableCookieManagement() .build(); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org