![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Dynamically managed proxy server to intercept and mock responses for HTTP traffic
.. These are examples of badges you might want to add to your README: please update the URLs accordingly
.. image:: https://api.cirrus-ci.com/github/<USER>/traffic_guardian.svg?branch=main
:alt: Built Status
:target: https://cirrus-ci.com/github/<USER>/traffic_guardian
.. image:: https://readthedocs.org/projects/traffic_guardian/badge/?version=latest
:alt: ReadTheDocs
:target: https://traffic_guardian.readthedocs.io/en/stable/
.. image:: https://img.shields.io/coveralls/github/<USER>/traffic_guardian/main.svg
:alt: Coveralls
:target: https://coveralls.io/r/<USER>/traffic_guardian
.. image:: https://img.shields.io/pypi/v/traffic_guardian.svg
:alt: PyPI-Server
:target: https://pypi.org/project/traffic_guardian/
.. image:: https://img.shields.io/conda/vn/conda-forge/traffic_guardian.svg
:alt: Conda-Forge
:target: https://anaconda.org/conda-forge/traffic_guardian
.. image:: https://pepy.tech/badge/traffic_guardian/month
:alt: Monthly Downloads
:target: https://pepy.tech/project/traffic_guardian
.. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
:alt: Twitter
:target: https://twitter.com/traffic_guardian
.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold :alt: Project generated with PyScaffold :target: https://pyscaffold.org/
|
Proxy server for intercepting HTTP traffic with python library to dynamically manage the proxy rules
Solution consists of two main components that are implemented inside traffic_guardian_core
package:
twisted
networking engine running by default on port 8080Based on REST API for governing the proxy rules python library has been developed inside traffic_guardian
package.
To install traffic_guardian
use following command (assuming that you have pip
installed):
.. code-block:: bash
$ pip install traffic_guardian
To run the proxy server on default port (8080 for proxy server, 9090 for REST API to govern the proxy rules) use the following command:
.. code-block:: bash
$ traffic_guardian
To check more help with the CLI tool use the following command
.. code-block:: bash
$ traffic_guardian -h
Documentation to project is hosted on readthedocs.org under following link https://traffic-guardian.readthedocs.io/en/latest/
.. _pyscaffold-notes:
This project has been set up using PyScaffold 4.3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.
FAQs
Dynamically managed proxy server to intercept and mock responses for HTTP traffic
We found that traffic-guardian demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.