Skip to content

Commit

Permalink
Update UrbIS.php
Browse files Browse the repository at this point in the history
Switch to HTTPS
  • Loading branch information
jbelien committed Jan 9, 2018
1 parent f3fe3c5 commit 7ac2f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UrbIS.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ final class UrbIS extends AbstractHttpProvider implements Provider
/**
* @var string
*/
const GEOCODE_ENDPOINT_URL = 'http://geoservices.irisnet.be/localization/Rest/Localize/getaddresses?spatialReference=4326&language=%s&address=%s';
const GEOCODE_ENDPOINT_URL = 'https://geoservices.irisnet.be/localization/Rest/Localize/getaddresses?spatialReference=4326&language=%s&address=%s';

/**
* @var string
*/
const REVERSE_ENDPOINT_URL = 'http://geoservices.irisnet.be/localization/Rest/Localize/getaddressfromxy?json=%s';
const REVERSE_ENDPOINT_URL = 'https://geoservices.irisnet.be/localization/Rest/Localize/getaddressfromxy?json=%s';

/**
* @param HttpClient $client an HTTP adapter
Expand Down

0 comments on commit 7ac2f63

Please sign in to comment.