dpalinic commented on issue #1237:
URL: https://github.com/apache/camel-karavan/issues/1237#issuecomment-2068056453

   It looks like that enrich component is trying to POST a http call instead of 
using a GET as per default. That could be the reason for a 404. If I provide a 
header specifying a http method, then enrich works well:
   
   ```
                 - setHeader:
                     id: setHeader-84d0
                     name: CamelHttpMethod
                     expression:
                       constant:
                         id: constant-6e78
                         expression: GET
   ```
   


-- 
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

Reply via email to