httptoolkit / httptoolkit-server

The backend of HTTP Toolkit
https://httptoolkit.com
GNU Affero General Public License v3.0
460 stars 101 forks source link

Decrypt response to actual value in "/client/send" API #139

Closed onecthree closed 1 month ago

onecthree commented 1 month ago

The response from endpoint /client/send are contain JSON body:

{
   "type": "response-body-part",
   "rawBody": "...encrypted value (base64?)..."
}

Is possible to decrypt this without the app UI? I try base64 decode but the result are random char. Thank you.

pimterry commented 4 weeks ago

It depends hugely on the actual content really! There's normally some info in the headers about what the content type is and what kind of encodings are used, but there's a huge range of possibilities here. Can you share any more detail about the response you're receiving?