Claus Ibsen created CAMEL-20182:
-----------------------------------
Summary: camel-http - Configuring full url in httpUri should allow
to have http/https protocol
Key: CAMEL-20182
URL: https://issues.apache.org/jira/browse/CAMEL-20182
Project: Camel
Issue Type: Improvement
Components: camel-http
Reporter: Claus Ibsen
Fix For: 4.3.0
In this example
https://github.com/apache/camel-kamelets-examples/blob/main/jbang/xslt-transform/banks.camel.yaml#L15
You may want to paste the full url from a web browser
httpUri: https://random-data-api.com/api/v2/banks?response_type=xml
But that does not work and you need to remove https://
httpUri: random-data-api.com/api/v2/banks?response_type=xml
--
This message was sent by Atlassian Jira
(v8.20.10#820010)