Skip to content
Discussion options

You must be logged in to vote

For some reason, without any manual changes our application started using some proxy.

adding this to application.properties fixed the issue.

quarkus.rest-client."webservice-api".proxy-address=none

I figured it out by just going very deep in the debugger to find out that the url is not doubled by the url builder itself.
In some point of io.quarkus.rest.client.reactive.runtime.MicroProfileRestClientResponseFilter I found out in debugger that the requestContext.restClientRequestContext.uri is correct but in the logs it was doubled as described above.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@geoand
Comment options

geoand Dec 5, 2025
Collaborator

@dawidnowakowski
Comment options

@geoand
Comment options

geoand Dec 5, 2025
Collaborator

@dawidnowakowski
Comment options

Answer selected by dawidnowakowski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants