Closed tsamaya closed 1 year ago
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
httpsEnabled = true
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