Support http.nonProxyHosts for default proxy in NetHttpTransport #1827
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
https.proxyHost
andhttps.proxyPort
are used to create a default proxy when none is explicitly provided.Oracle documentation on this feature which is linked in our documentation also specifies behavior for
http.nonProxyHosts
which is not currently supported in the implementation.Until supported, dynamic proxy behavior can be implemented with a custom
ConnectionFactory
. Example:The text was updated successfully, but these errors were encountered: