799
Views
6
Helpful
2
Replies
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2022 08:28 AM
Good Afternoon,
Based on the Ironport WSA documentation for fields cs-bytes & sc-bytes, which is upload/download? I'm finding conflicting information.
%q | cs-bytes | Request size (headers + body). |
%s | sc-bytes | Response size (header + body). |
Cheers,
James
Solved! Go to Solution.
Labels:
- Labels:
-
Web Security
1 Accepted Solution
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2022 08:43 AM
Request is what the WSA sends, e.g. upload = %q
Response is what it gets back, e.g. download = %s
Response is what it gets back, e.g. download = %s
2 Replies 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2022 08:43 AM
Request is what the WSA sends, e.g. upload = %q
Response is what it gets back, e.g. download = %s
Response is what it gets back, e.g. download = %s
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 08:32 AM
Thank you @Ken Stieers !
