always being prompted with "response is encoded and . . . "
1,358 views
Skip to first unread message
robertob
unread,
Jun 14, 2013, 5:49:56 PM6/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
i'm not sure what has changed but i'm now always being prompted with "response is encoded and may need to be decoded before inspection. click here to transform" in inspectors response pane where as in the past I think I recall clicking that box once and then never being prompted to have it automatically transform response views from that point forward.
Am I overlooking something in fiddler settings that automatically does the transform w/o always prompting you?
EricLaw
unread,
Jun 14, 2013, 6:32:07 PM6/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
If you'd like, you can click the Decode button in Fiddler's toolbar to have Fiddler automatically decompress and unchunk all requests and responses.
robertob
unread,
Jun 16, 2013, 12:09:35 PM6/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
Thanks for response. Nothing like overlooking something super obvious just staring you in the face 8). It would seem with my prior install I must have clicked that button at one point in time which thankfully persists across fiddler runs.
robertob
unread,
Jun 16, 2013, 12:10:26 PM6/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
. . . on a related note why wouldn't someone always have the Decode button in fiddlers tool bar clicked?
EricLaw
unread,
Jun 17, 2013, 8:39:14 AM6/17/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to httpf...@googlegroups.com
Decoding impacts performance (uses CPU and memory) and changes what the client and server receive, which might not be desirable during debugging.