Re: GraphQL Component

2025-08-22 Thread Claus Ibsen
Hi Looking inside the HTTP client source code, then it looks like its not possible. org/apache/httpcomponents/client5/httpclient5/5.4.4/httpclient5-5.4.4-sources.jar!/org/apache/hc/client5/http/impl/async/AsyncRedirectExec.java:149 There it detects that its a 301/302 and if its a POST then chang

Re: GraphQL Component

2025-08-22 Thread Claus Ibsen
Hi Ah okay yeah that is a special case. But it's not really a bug in Camel as you mention it should be using 308 instead. Yeah I think not many humans know about this and systems may be hardcoded to use 301. So if anything then its something in HTTP client that should have some option to "overrul