Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save raw request body + enable regex search #25

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Conversation

mepley1
Copy link
Owner

@mepley1 mepley1 commented Dec 29, 2024

  1. Save raw request body to a blob column in database (body_raw), so there's a consistent column to search/analyse later. The previous method of only saving body after processing created inconsistencies between code changes, resulting in different body data being saved over time for identical requests.
  2. Add body_raw query to search parser, to enable regex search of body_raw column.
  3. Rename raw/processed request body columns in database, for clarification.

1. Save raw request body to a blob column in db.
2. Add body_raw query to search parser, to enable regex search of body_raw column.
3.. Rename raw/processed body columns in database, for clarification.
@mepley1 mepley1 merged commit 86d90f4 into main Dec 29, 2024
0 of 3 checks passed
@mepley1 mepley1 deleted the save-raw-request-body branch December 29, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant