We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f118535 commit 1393a22Copy full SHA for 1393a22
Client/PostcodeClient.php
@@ -45,7 +45,7 @@ public function fetchAddress($zipCode, $houseNumber)
45
throw new InvalidPostcodeException('Given postcode incorrect');
46
}
47
48
- $uri = sprintf("http://json.api-postcode.nl?postcode=%s&number=%s", $zipCode, $houseNumber);
+ $uri = sprintf("https://json.api-postcode.nl?postcode=%s&number=%s", $zipCode, $houseNumber);
49
$curl = curl_init();
50
51
curl_setopt($curl, CURLOPT_URL, $uri);
0 commit comments