Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35258 > unrolled thread
| Started by | ian douglas <ian.douglas@iandouglas.com> |
|---|---|
| First post | 2012-12-20 17:59 -0800 |
| Last post | 2012-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.
Re: Question regarding mod_python and a script for web. ian douglas <ian.douglas@iandouglas.com> - 2012-12-20 17:59 -0800
| From | ian douglas <ian.douglas@iandouglas.com> |
|---|---|
| Date | 2012-12-20 17:59 -0800 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web