Problem consuming api rest with camel-http4

175 Views Asked by At

I'm trying to consume the following url:

.to("https4://www.example.com/demo?execute&bridgeEndpoint=true")

but apparently the request comes out like this:

.to("https4://www.example.com/demo?execute=&bridgeEndpoint=true")

Which makes me not give anything back, does anyone know it could be? The correct url is without (=)

0

There are 0 best solutions below