Open bmarwell opened 2 years ago
Describe the use case that you want to enable:
Currently, when making outgoing requests (eg using JaxRS-Client), the default OS routing will be chosen. It would be great if an interface for local binding could be chosen yourself.
For CXF, see the "Host" property.
https://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-Theclientelement
Describe why this is important to you:
Restricting firewalls. By using a specific interface, we can tighten the firewall rules and therefore enhance the security.
Additional context
Thanks @bmarwell - We are now considering this as a general concept across all our "client features" where it makes sense.
Describe the use case that you want to enable:
Currently, when making outgoing requests (eg using JaxRS-Client), the default OS routing will be chosen. It would be great if an interface for local binding could be chosen yourself.
For CXF, see the "Host" property.
https://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-Theclientelement
Describe why this is important to you:
Restricting firewalls. By using a specific interface, we can tighten the firewall rules and therefore enhance the security.
Additional context