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.
2 parents 0be7753 + 412328c commit ee67f33Copy full SHA for ee67f33
src/Services/IPApi.php
@@ -98,7 +98,7 @@ public function locate($ip)
98
*/
99
public function update()
100
{
101
- $data = $this->client->get('http://dev.maxmind.com/static/csv/codes/country_continent.csv');
+ $data = $this->client->get('https://dev.maxmind.com/static/csv/codes/country_continent.csv');
102
103
// Verify server response
104
if ($this->client->getErrors() !== null) {
0 commit comments