0

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

3
  • The query URL is wrong and Camel is looking like it's trying to do the right thing. Just having execute as a query without an equals expression is not compliant with the existing standards. Commented Mar 11, 2021 at 16:23
  • 1
    The URI RFC does not mandate a format for the query string. Commented Mar 11, 2021 at 17:21
  • since a postman type client responds correctly, there will be some configuration that I can make in camel so that I do not add that (=) to the end of the url? Commented Mar 11, 2021 at 19:19

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.