You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
MantisClone
changed the title
Decouple request retrieval and decryption. Retrieve encrypted requests without decrypting them. Decrypt later.
Retrieve encrypted requests without decrypting them. Decrypt later.
Dec 16, 2024
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:
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.The text was updated successfully, but these errors were encountered: