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: 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: References: 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 To: John Pennington 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --e89a8fb1f1d677648e04d1533374 Content-Type: text/plain; charset=ISO-8859-1 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. --e89a8fb1f1d677648e04d1533374 Content-Type: text/html; charset=ISO-8859-1

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.

--e89a8fb1f1d677648e04d1533374--