Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35258
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <iandouglas736@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.061 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.01; 'subject:Question': 0.07; 'get.': 0.09; 'subject:script': 0.09; 'cc:addr:python-list': 0.10; 'subject:mod_python': 0.16; 'sender:addr:gmail.com': 0.18; 'changes': 0.20; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'post': 0.28; 'subject:regarding': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'method': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'instead': 0.39; 'received:209.85.214': 0.39; 'short': 0.39; 'request.': 0.64; 'answer:': 0.84; 'received:209.85.214.181': 0.84; 'received:mail- ob0-f181.google.com': 0.84; 'to:addr:hotmail.com': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=JY57h1t7Dzs2iyF/lLEl+qXjJQCxU5KockPMV9bvkQs=; b=RB/byecMj8z3IS4WReAkzoL8hI16IHPtLq1bMu+pFKVDTzCS7/YWZx0wmhwJCse3yc ZQYcd2XSY+Onx4KCjsacYCK0PaL24eHwpHiSHyF2NDjQCuU699YFXbII88iANBbCZtEu acYi0e8HSI6spOAjyfkhUfgS78uyCUttPS/C2MCQhMwLVCD6Beh3HShuzyAzPvuTJ4sv werLBHsnIwP5lhOYyup/GbVz+g1io8nFHUDBtA632xx63ndfyI74cdVKNA5ywy0pS3n6 dh5o3/As0Za1AyYZwO+3Q6uIeDk0FpFZ/xDsMwOofvLJbJ/wcGx8Pts/hkxaihTVYJAS eiCw== |
| MIME-Version | 1.0 |
| Sender | iandouglas736@gmail.com |
| In-Reply-To | <SNT110-W32DD36E1D997010040C14B86360@phx.gbl> |
| References | <SNT110-W32DD36E1D997010040C14B86360@phx.gbl> |
| Date | Thu, 20 Dec 2012 17:59:42 -0800 |
| X-Google-Sender-Auth | yoNMoQ-RI578_NyxrR9J7cQDULY |
| Subject | Re: Question regarding mod_python and a script for web. |
| From | ian douglas <ian.douglas@iandouglas.com> |
| To | John Pennington <johnpen1@hotmail.com> |
| Content-Type | multipart/alternative; boundary=e89a8fb1f1d677648e04d1533374 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1129.1356055185.29569.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1356055185 news.xs4all.nl 6870 [2001:888:2000:d::a6]:56819 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:35258 |
Show key headers only | View raw
[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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Question regarding mod_python and a script for web. ian douglas <ian.douglas@iandouglas.com> - 2012-12-20 17:59 -0800
csiph-web