issues
search
caido
/
documentation
📙 User documentation for Caido
Creative Commons Attribution 4.0 International
25
stars
16
forks
source link
Update replay page
#51
Open
Sytten
opened
11 months ago
Sytten
commented
11 months ago
Update screenshot
Rework collections
Show drag drop
Talk about renaming
Organization
Session => history of requests/responses
Navigation
Right click menu
Use convert workflow in replay (link to workflow page)
GET/POST convert the request from a POST form to a GET with query parameters (
https://developer.mozilla.org/en-US/docs/Learn/Forms/Sending_and_retrieving_form_data
)
Format as json => Prettify the JSON (
https://en.wikipedia.org/wiki/JSON
)
(Content-type informs the body)
Shortcuts (link to shortcuts page)
CTRL/CMD + R: send to replay
CTRL/CMD + SHIFT + R: go to replay
CTRL/CMD + Space: send request in replay
Options
Display hidden characters (
\r
, spaces)
We don't currently do line normalization (
https://github.com/caido/caido/issues/549
)
Can sometimes break, fix it with display hidden and missing
\r
(
\n
: Line Feed, implicit not shown,
\r
: Carriage Return, shown)
(between headers
\r\n
, in body only
\n
)
Update content length
Updates the CL header with the length of the body when sending the request
Sytten
commented
7 months ago
Merged the PR but we still have work to do
\r
, spaces)\r
\n
: Line Feed, implicit not shown,\r
: Carriage Return, shown)\r\n
, in body only\n
)