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
- Using pip:
pip install http-requests-viewer
- Add "bootstrap4" and "http_requests_viewer" in INSTALLED_APPS setting:
INSTALLED_APPS = (
# ...
'bootstrap4',
'http_requests_viewer',
# ...
)
- Include the http_requests_viewer URLconf in your project urls.py:
urlpatterns = [
# ...
path('hr-viewer/', include('http_requests_viewer.urls')),
# ...
]
-
Run
python manage.py migrateto create the models. -
Run
python manage.py runserver -
Visit http://127.0.0.1:8000/hr-viewer/agents/ to create new agent.
-
Visit http://127.0.0.1:8000/hr-viewer/targets/new/ to create new target.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc8cbc2feb7d0b320a32280bfb0c32956d8039e13ee01d64a62be60884fe7785
|
|
| MD5 |
7a797d25b0eaed050da39455b31bb917
|
|
| BLAKE2b-256 |
52785dfabf01af72c5e82c92fc63385d6405f84ec6e4d78279c903d00ba693d2
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bb78f54eeea33765b94e6c76e11f904a912169bd191e685b2ea6ea9d3c546da
|
|
| MD5 |
7a7b3eeb89a809dcb0d0d580215df02d
|
|
| BLAKE2b-256 |
a5d311e460f9d54ecec7627718156072ac7cd83e70c85169b67f6db39d150d48
|