Skip to content

Commit 1393a22

Browse files
authored
Use https
1 parent f118535 commit 1393a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/PostcodeClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function fetchAddress($zipCode, $houseNumber)
4545
throw new InvalidPostcodeException('Given postcode incorrect');
4646
}
4747

48-
$uri = sprintf("http://json.api-postcode.nl?postcode=%s&number=%s", $zipCode, $houseNumber);
48+
$uri = sprintf("https://json.api-postcode.nl?postcode=%s&number=%s", $zipCode, $houseNumber);
4949
$curl = curl_init();
5050

5151
curl_setopt($curl, CURLOPT_URL, $uri);

0 commit comments

Comments
 (0)