Copy as Python Requests 作者: Peace-Maker
Copy requests from the devtools network panel as Python requests code for fast traffic mimicing.
您需要 Firefox 来使用此扩展
扩展元数据
关于此扩展
WebExtension to export traffic of a tab into ready to go Python Requests calls for faster traffic mimicing.
Usage
With the extension installed:
Features
Usage
With the extension installed:
- Open the Browser Devtools.
- Click around and generate the requests you want to export (see Network tab in Devtools).
- Click extension icon in toolbar at the top.
- Copy desired Python requests code from popup.
Features
- Generate Python code for every request observed by the open devtools.
- Configurable filters through extension options page:
- Ignore requests to static resources by filtering response content-types.
- Ignore auto-generated HTTP headers like
User-Agent
andConnection
.
- Optionally hide blocked requests or 404 responses for requests e.g. for missing
favicon.ico
. - Optionally generate a
requests.session()
instance.
- Try to hide cookies set by a response from an earlier request in the session.
为您的体验打分
权限详细了解
此附加组件需要:
- 让开发者工具可以存取您打开的标签页中的数据
更多信息
- 附加组件链接
- 版本
- 1.1
- 大小
- 21.36 KB
- 上次更新
- 2 年前 (2023年1月16日)
- 相关分类
- 许可证
- GNU 通用公共许可证 v3.0
- 版本历史
添加到收藏集
1.1 的发布说明
## [1.1.0] - 2023-01-16
### Added
- Add option to quickly disable the whole filter lists.
- Add option to render params, headers, cookies etc on separate lines.
### Changed
- Removed unneeded `host` permission. Apparently the devtools permission is enough to read the network HAR.
- Sort requests by start date if they aren't already.
### Fixed
- Fixed generating of `multipart/form-data` postData when the params aren't available in a pre-parsed form in the HAR.
- Fixed extension losing connection to devtools after some time of inactivity.
### Added
- Add option to quickly disable the whole filter lists.
- Add option to render params, headers, cookies etc on separate lines.
### Changed
- Removed unneeded `host` permission. Apparently the devtools permission is enough to read the network HAR.
- Sort requests by start date if they aren't already.
### Fixed
- Fixed generating of `multipart/form-data` postData when the params aren't available in a pre-parsed form in the HAR.
- Fixed extension losing connection to devtools after some time of inactivity.
Peace-Maker 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分