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 migrate
to 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
Close
Hashes for http_requests_viewer-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bb78f54eeea33765b94e6c76e11f904a912169bd191e685b2ea6ea9d3c546da |
|
MD5 | 7a7b3eeb89a809dcb0d0d580215df02d |
|
BLAKE2b-256 | a5d311e460f9d54ecec7627718156072ac7cd83e70c85169b67f6db39d150d48 |