这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

You can do a Curl request. The limiter currently is there to rate limited and protect searches. So for example this will be blocked by the limiter (since curl is a bot in its current impl.):

curl https://paulgo.io/search?q=time -i

You can change the domain to your instance and test it yourself. If you get something like this it works correctly:

HTTP/2 429 
content-security-policy: upgrade-insecure-requests; default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; form-action 'self' https://github.com; font-src 'self'; frame-ancestors 'self'; base-uri 'self'; connect-src 'self' https://overpass-api.de; img-src 'self' data: https://*.tile.openstreetmap.org; frame-src https:…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@sbstratos79
Comment options

@tiekoetter
Comment options

@sbstratos79
Comment options

@Kopernikus1979
Comment options

@mrpaulblack
Comment options

Answer selected by sbstratos79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants