Open about:processes
in the URL bar.
- F12 or right-click ->
Inspect
- Open
Network
tab. - Request the desired URL in your browser.
- Click desired request in inspector.
- Click
Headers
tab in right side-bar. - Click
Resend
->Edit and Resend
.
- Open
Network
tab. - Request the desired URL in your browser.
- Right click desired request in inspector -> Copy -> Copy as cURL (POSIX).
- (Optional) Use this site to convert to Python-style request.
CTRL-m
= Mute window/tab.