Skip to main content

A Django app to view http(s) from a driver session.

Project description

HTTP Requests Viewer

A django app to view all http(s) from driver session using selenium-wire

Installation

  1. Using pip:
pip install http-requests-viewer
  1. Add "bootstrap4" and "http_requests_viewer" in INSTALLED_APPS setting:
INSTALLED_APPS = (
  # ...
  'bootstrap4',
  'http_requests_viewer',
  # ...
)
  1. Include the http_requests_viewer URLconf in your project urls.py:
urlpatterns = [
    # ...
    path('hr-viewer/', include('http_requests_viewer.urls')),
    # ...
]
  1. Run python manage.py migrate to create the models.

  2. Run python manage.py runserver

  3. Visit http://127.0.0.1:8000/hr-viewer/agents/ to create new agent.

  4. Visit http://127.0.0.1:8000/hr-viewer/targets/new/ to create new target.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

http-requests-viewer-0.1.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

http_requests_viewer-0.1-py3-none-any.whl (14.5 kB view hashes)

Uploaded Python 3

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