Skip to main content

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.

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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file http-requests-viewer-0.1.tar.gz.

File metadata

  • Download URL: http-requests-viewer-0.1.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for http-requests-viewer-0.1.tar.gz
Algorithm Hash digest
SHA256 cc8cbc2feb7d0b320a32280bfb0c32956d8039e13ee01d64a62be60884fe7785
MD5 7a797d25b0eaed050da39455b31bb917
BLAKE2b-256 52785dfabf01af72c5e82c92fc63385d6405f84ec6e4d78279c903d00ba693d2

See more details on using hashes here.

File details

Details for the file http_requests_viewer-0.1-py3-none-any.whl.

File metadata

  • Download URL: http_requests_viewer-0.1-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for http_requests_viewer-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3bb78f54eeea33765b94e6c76e11f904a912169bd191e685b2ea6ea9d3c546da
MD5 7a7b3eeb89a809dcb0d0d580215df02d
BLAKE2b-256 a5d311e460f9d54ecec7627718156072ac7cd83e70c85169b67f6db39d150d48

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page