[Seaside] trivial seaside test thingie

Philippe Marschall philippe.marschall at gmail.com
Fri Nov 13 17:44:37 UTC 2009


2009/11/13 Lawson English <lenglish5 at cox.net>:
> Philippe Marschall wrote:
>>
>> 2009/11/13 Lawson English <lenglish5 at cox.net>:
>>
>>>
>>> initialRequest: aRequest
>>>
>>>  Transcript show: ((aRequest fields) associationsDo: [:value | Transcript
>>> show: value;cr]).
>>>
>>>
>>>
>>> just shows 'a Dictionary' in the Transcript window. But I know that the
>>> POST
>>> contains 1707 bytes although I can't figure out how to see them.
>>>
>>
>> Do you want the raw POST body or the post fields?
>>
>> Cheers
>> Philippe
>>
>>
>
> The raw body at this point. I'm trying to figure out how to fake an xmlrpc
> call from squeak and cutting /pasting from netcat apparently isn't working,
> so I'd like to see how Phara is portraying the raw data.

So you just need if for debugging/reverse engineering purposes? If so
I've always made good experiences with tcpdump to dump the data and
Wireshark to analyze the data.

If you really need it for the implementation then you need to switch
to Seaside 3.0 and send #rawBody to the request.

Cheers
Philippe


More information about the seaside mailing list