New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aiohttp-remotes

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiohttp-remotes

Control remote side information.

  • 1.3.0
  • PyPI
  • Socket score

Maintainers
2

=============== aiohttp-remotes

The library is a set of useful tools for aiohttp.web server.

The full list of tools is:

  • AllowedHosts -- restrict a set of incoming connections to allowed hosts only.
  • BasicAuth -- protect web application by basic auth authorization.
  • Cloudflare -- make sure that web application is protected by CloudFlare.
  • ForwardedRelaxed and ForwardedStrict -- process Forwarded HTTP header and modify corresponding scheme, host, remote attributes in strong secured and relaxed modes.
  • Secure -- ensure that web application is handled by HTTPS (SSL/TLS) only, redirect plain HTTP to HTTPS automatically.
  • XForwardedRelaxed and XForwardedStrict -- the same as ForwardedRelaxed and ForwardedStrict but process old-fashion X-Forwarded-* headers instead of new standard Forwarded.

Read https://aiohttp-remotes.readthedocs.io for more information.

The library was donated by Ocean S.A. https://ocean.io/

Thanks to the company for contribution.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc