Best Flask open-source libraries and packages

Api_url_randomizer

A simple POC to randomize api url for every request.
Updated 8 months ago

api_url_randomizer

A simple POC to randomize api url for every request.

Why?

This can be useful in scenarios where you want to distribute API requests across multiple endpoints or add an extra layer of security by obfuscating the actual API endpoint.

Usage

  • https://github.com/fengzhiken/api_url_randomizer.git
  • cd api_url_randomizer
  • pipenv install
  • pipenv shell
  • python main.py