Details
Description
The following route
// Write your routes here, for example:
from("timer:java?repeatCount=1").routeId("java")
.to("rest:get:/?producerComponentName=http©Headers=false&bridgeEndpoint=true&host=https://dummy.restapiexample.com/api/v1/employees")
.log("done");
Will include copyHeaders and bridgeEndpoint in the actual HTTP request.
We need camel-rest to detect that its using http component and filter out endpoint options that are for the http endpoint, so there are no left over that gets into query string.