jpmorganchase / fusion-java-sdk

A Java SDK for the Fusion platform API
https://fusion.jpmorgan.com
Other
11 stars 10 forks source link

Force usage of HTTPS #28

Open martinmcclintock opened 1 year ago

martinmcclintock commented 1 year ago

Http client implementation allows HTTP URLs to be passed. This should be changed to allow only HTTPS URLs.

Challenge will be mocking for the proxy scenarios in Wiremock (Wiremock wont work correctly as a proxy for HTTPS traffic)