OpenCageData / jopencage

OpenCage geocoding client for Java
Apache License 2.0
4 stars 0 forks source link

Feat: use HTTPS by default #17

Closed tsamaya closed 1 year ago

tsamaya commented 1 year ago

Describe the Feature

Requests are built using HTTP and not HTTPS https://github.com/OpenCageData/jopencage/blob/master/src/main/java/com/opencagedata/jopencage/JOpenCageGeocoder.java#L38-L41

Enable HTTPS by default

Describe Preferred Solution

httpsEnabled = true

Describe Alternatives

Related Code

Additional Context