Problem
The Request Network SDK cannot return encrypted requests without decrypting them.
Motivation
We want to display encrypted requests without decrypting them in Request Scan.
Proposed Solution
Change the SDK to support:
- Retrieving encrypted requests without decryption.
Considerations
The SDK does support a toggle for whether encrypted requests should be included in the returned results. If decryptionEnabled, the results will include the decrypted requests. Else, the results will include only unencrypted requests and encrypted requests are omitted entirely.