You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it would be cool, if we have method to pass headers as much convenient as we're doing in Quarkus Rest/Quarkus RestClient.
From application.properties, if it is fair for all requests.
From @Header/@ClientHeader or something annotation, if we need to do it per request.
Also, for Bearer Authorization, maybe worth to do as Quarkus CXF dealing with basic auth:
quarkus.cxf.client.basicAuth.username = bob
quarkus.cxf.client.basicAuth.password = bob234
The text was updated successfully, but these errors were encountered:
lasteris
changed the title
Support Client Headers from configuration
Support Client Headers conveniently
Nov 13, 2024
lasteris
changed the title
Support Client Headers conveniently
Support Client Headers passing conveniently
Nov 13, 2024
For now, we have found the way below to pass headers:
But it would be cool, if we have method to pass headers as much convenient as we're doing in Quarkus Rest/Quarkus RestClient.
From application.properties, if it is fair for all requests.
From @Header/@ClientHeader or something annotation, if we need to do it per request.
Also, for Bearer Authorization, maybe worth to do as Quarkus CXF dealing with basic auth:
The text was updated successfully, but these errors were encountered: