akaunting / laravel-firewall

Web Application Firewall (WAF) package for Laravel
https://akaunting.com
MIT License
941 stars 104 forks source link

https for ip-api.com API call #12

Closed vincentauger closed 4 years ago

vincentauger commented 4 years ago

Could HTTPS be used here?

src/Middleware/Geo.php

$response = $this->getResponse('http://ip-api.com/json/' . $this->ip() . '?fields=continent,country,regionName,city');
denisdulici commented 4 years ago

It is available only in the paid version.