Reputation: 1
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