Skip to main content

A Flask extension that prevents browser access to API.

Project description

pypi CircleCI

A Flask extension that prevents browser access to API by faking browser error pages.

Usage

from flask import flask
from flask_fool import FlaskFool

app = Flask('myapp')
fooler = FlaskFool(app)

From now if any error is caught by the application and the query has been emitted by a browser, an error page corresponding to the used browser will be returned, suggesting that the queried domain does not exist.

Disallow browser access

You can also totally prevent for browser access by using disallow_browser flag :

fooler = FlaskFool(app, disallow_browser=True)

User agent filtering

You can also just want your API only be reachable by a specific user agent. In that case you can specify a custom user agent for which only request will be received :

fooler = FlaskFool(app, user_agent='MyCustomUserAgent')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-fool-1.0.9.tar.gz (67.3 kB view details)

Uploaded Source

File details

Details for the file flask-fool-1.0.9.tar.gz.

File metadata

  • Download URL: flask-fool-1.0.9.tar.gz
  • Upload date:
  • Size: 67.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for flask-fool-1.0.9.tar.gz
Algorithm Hash digest
SHA256 075520f7a5661b7a6d713657f5f3a6085f25af8a19508a1b58b6328d5edda93a
MD5 e0632c361712071d50fa0dd955d8f498
BLAKE2b-256 7d701f0632cf8ef12b8a2a954f1316a42bcf363f90cbe5e70ced39636ac0f55d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page