diff --git a/metager/app/Http/Controllers/TilesController.php b/metager/app/Http/Controllers/TilesController.php index c3b395a7a7ef32416968be9f59338c95092008de..b092601b809748c1016b4c4f7cc874f53f0c3929 100644 --- a/metager/app/Http/Controllers/TilesController.php +++ b/metager/app/Http/Controllers/TilesController.php @@ -137,7 +137,7 @@ class TilesController extends Controller $mission = [ "resulthash" => $result_cache_key, "url" => $endpoint . "?" . http_build_query($params), - "useragent" => "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0", + "useragent" => Request::useragent(), "headers" => [ "Content-Type" => "application/json", "Authorization" => "Bearer " . config("metager.taketiles.public_key"),