HTTP archive file upload & sanitization
This snap-in allows clients to upload an HTTP archive file to a conversation and automatically sanitizes it. The automation also adds a new slash command to conversations to prompt end users to upload an HTTP archive file. The original unsanitized file is hard deleted upon upload and the sanitized file is reuploaded to the conversation.
Features
- Automatically sanitize
Upload a HTTP archive file to a conversation and automatically scrub all the sensitive fields. While there are default sanitization targets for headers, cookies, and MIME types, you can also configure additional ones.
- Slash command
Use the /har_upload
slash command from within DevRev conversations to prompt the user to upload a HTTP archive (.har
) file.
- Automatically hard-delete the unsanitized file
When the user uploads the HTTP archive (.har
) file the snap-in automatically gets the file for sanitization and hard-deletes the original unsanitized version.
- Reupload sanitized file
The sanitized file is automatically reuploaded to the client conversation.
Installation
For detailed installation and configuration instructions, refer to the HTTP archive file upload & sanitization documentation.