GIScience / ohsome-now-stats-service

This is the REST service for the ohsomeNow stats.
https://stats.now.ohsome.org/api/
GNU Affero General Public License v3.0
4 stars 1 forks source link

Prevent queries for hashtag '*' #54

Closed mmerdes closed 8 months ago

mmerdes commented 8 months ago

Such queries are both inaccurate and time-consuming, so we want to prevent them.

The server should response with a HTTP 400 status code.