Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35258 > unrolled thread

Re: Question regarding mod_python and a script for web.

Started byian douglas <ian.douglas@iandouglas.com>
First post2012-12-20 17:59 -0800
Last post2012-12-20 17:59 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Question regarding mod_python and a script for web. ian douglas <ian.douglas@iandouglas.com> - 2012-12-20 17:59 -0800

#35258 — Re: Question regarding mod_python and a script for web.

Fromian douglas <ian.douglas@iandouglas.com>
Date2012-12-20 17:59 -0800
SubjectRe: Question regarding mod_python and a script for web.
Message-ID<mailman.1129.1356055185.29569.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Short answer: Use the POST method on the form instead of GET. Depending how
you process the form you might need to make a few changes to the script
that answers the request.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web