You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playground with Proxyman macOS to understand the logic
Request Header, Cookie, Body
Response Header, Cookie, Body. Please note that on the Response, Cookie means the Set-Cookie header
⚠️ Important Logic: When open the Copy as submenu, it will enable/disable some child items if these data are missing. For example. The Response doesn't have Set-Cookie, so the Response Cookie menu is disabled.
Copy as - Multiple Flow Selection
⚠️ This feature hasn't been implemented on macOS yet. I'm going to implement it today 👍
When selecting multiple flows -> Right Click -> Copy As -> All sub-menu items are enabled.
Copy with format:
[<id>] <URL>
// Copy as Data here
[<id>] <URL>
// Copy as Data here
This format ☝️ only works with multiple flow selection. We display the ID and URL, then the Actual Copy data. If it's a single flow , just a copy data like macOS works.
When copy Cookie or Set-Cookie, make sure we get all Cookie/Set-Cookie headers. Note: A Request/Response can have multiple Cookie or Set-Cookie header entry.
Description
Some important features are missing in the Windows, we need to port it.
Export as CSV
Export as CSV
CSVExporter.swift
,
as a CSV SeparatorThe text was updated successfully, but these errors were encountered: