Hello all, I am working on some testing and I would need to "persuade" JAX-RS client to send a different "Host" header.
I have tried both setting the header in the client builder chain and registering a ClientRequestFilter that would change that header, both without any success. Is there any good way of doing this? Thank you very much in advance. Carlos.
