This snap-in allows users to upload an HTTP archive file to a conversation and automatically sanitizes it. The automation also adds a slash command to conversations to prompt 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 an 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 users to upload an HTTP archive (.har
) file.
- Automatically hard-delete the unsanitized file
When the user uploads an 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.