Re: [Web-SIG] Multiple message-header fields handling

2007-10-02 Thread Alex Botero-Lowry
On Tue, Oct 02, 2007 at 09:30:46PM +0200, Manlio Perillo wrote: > The HTTP 1.1 protocol (section 4.2) says that: > """Multiple message-header fields with the same field-name MAY be > present in a message if and only if the entire field-value for that > header field is defined as a comma-separated

Re: [Web-SIG] how to post from a cgi script and not a html form??

2007-11-04 Thread Alex Botero-Lowry
On Sun, Nov 04, 2007 at 05:14:31PM -0800, Jeff Peery wrote: > hello, > I'm pretty new to using python on the web, I've got a bit of code > that works pretty well to get form inputs and such. Now I need to post > some info to a gateway service (for credit card processing) and then > receive th

Re: [Web-SIG] how to post from a cgi script and not a html form??

2007-11-04 Thread Alex Botero-Lowry
again, thanks! > > Jeff > > Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On 05/11/2007, Alex Botero-Lowry wrote: > > On Sun, Nov 04, 2007 at 05:14:31PM -0800, Jeff Peery wrote: > > > hello, > > > I'm pretty new to using python on the web, I'