Richard Gaskin wrote:
> 
> While working on some routines to send POST data to CGIs, I'm having some
> trouble getting the data in the right format and it's raise two questions:
> 
> 1. Would it be any easier to take control over the whole transaction by
> using sockets instead of relying on MC's POST? 

Absolutely, you can send a more standards compliant header which some
servers may require. Michael Kann thinks that posting the header first
makes any difference which I doubt: it appears that way because of the
double empty space between the header and body. Make sure you have a
crlf after each line in the header and double crlf between the header
and body.

> My first hunch is that it
> would not, but it's been a bear dealing with some CGIs.
> 
> 2. Is there any better tool for Mac OS which will let me review all outging
> and incoming data on port 80 than Interarchy?  I find the format of
> Interarchy's stream dumps awfully noisy, with no evident options for
> reducing the displayed info to just the stream without all the commentary
> junk.

Interarchy allows you to uncheck any "stuff" you don't want to see: the
minimum is data in ascii and hex (on the left side).

> 
> Thanks in advance -
> 
> --
>  Richard Gaskin

Andu

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to