On Mar 4, 4:52 pm, bepeppered <[email protected]> wrote: > Hi there, > > I have a problem. I want to automatic a request and watched the > original http-request code with firebug. > The problem: The content of the post is full with unreadable > characters, like control chars: > > Content-type: application/octet-stream
This means the content will be full of unreadable characters... > Content-length: 302 > > RPCCall head RPCCallHead className SguService classVersion ? > ð username password callId cc-2 sessionId > calls 0 RPCCallMethodCall method addTeamVote id mc-2 > arguments 0 SguAddVoteData id > 722ca479da63e793a59c66d673508047 vote @ > > How I can format it to read? Do someone know, how I can read it > either? The content is binary. You would have to have custom code to re- interpret it. For normal cases it won't be worth doing that in Firebug. If you expect to have to read a lot of these then you can write a Firebug extension to interpret the data. jjb > > greetz bepeppered -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
