Rdev
Rdev

Reputation: 1

Problem consuming api rest with camel-http4

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 (=)

Upvotes: 0

Views: 198

Answers (0)

Related Questions