This is a migrated thread and some comments may be shown as answers.

How can I Intercept encrypted message?

1 Answer 259 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
SH
Top achievements
Rank 1
SH asked on 31 Jul 2014, 09:21 AM

Hi.
I have some problems.

I need to intercept encrypted message.
Content type of SOAP message with attachment is multipart/related. (application/soap+xml, application/octet-stream)
Character set of message of application/soap+xml is utf-8, but attachment with octet-stream is not encoded.
On fiddler, message is cracked like attached file (part of Raw tab message).

I need to save this message. (with attachment and MIME Header Message)
Can I save the raw message to file?
I think copy-paste will make a encoding problem.

Sorry for my weak English.
Thank you.


1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 31 Jul 2014, 02:50 PM
Hello,

You can save the entire response by right-clicking on the session in the Web Sessions list and choosing Save > Response > Response Body. If you wish to only save part of the content, go to the HexView tab, select the desired bytes, right-click and choose "Save Selected Bytes."

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Fiddler Classic
Asked by
SH
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or