X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a89e86285f8aa6defe48de5235ae1224d1d40079..02c2d5292b55d39df91816a9e47804373467a21b:/lib/osm.rb diff --git a/lib/osm.rb b/lib/osm.rb index dd273418e..46f37036f 100644 --- a/lib/osm.rb +++ b/lib/osm.rb @@ -535,7 +535,8 @@ module OSM # Return the HTTP client to use def self.http_client - @http_client ||= Faraday.new(:request => { :timeout => 15 }) + @http_client ||= Faraday.new(:request => { :timeout => 15 }, + :headers => { :user_agent => Settings.server_url }) end # Return the MaxMindDB database handle