gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

842 lines
69KB

  1. <!DOCTYPE html>
  2. <html lang="en" data-content_root="../">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta property="og:title" content="cgi — Common Gateway Interface support" />
  7. <meta property="og:type" content="website" />
  8. <meta property="og:url" content="https://docs.python.org/3/library/cgi.html" />
  9. <meta property="og:site_name" content="Python documentation" />
  10. <meta property="og:description" content="Source code: Lib/cgi.py Support module for Common Gateway Interface (CGI) scripts. This module defines a number of utilities for use by CGI scripts written in Python. The global variable maxlen can..." />
  11. <meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
  12. <meta property="og:image:alt" content="Python documentation" />
  13. <meta name="description" content="Source code: Lib/cgi.py Support module for Common Gateway Interface (CGI) scripts. This module defines a number of utilities for use by CGI scripts written in Python. The global variable maxlen can..." />
  14. <meta property="og:image:width" content="200" />
  15. <meta property="og:image:height" content="200" />
  16. <meta name="theme-color" content="#3776ab" />
  17. <title>cgi — Common Gateway Interface support &#8212; Python 3.12.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
  18. <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
  19. <link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=bb723527" />
  20. <link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
  21. <script src="../_static/documentation_options.js?v=2c828074"></script>
  22. <script src="../_static/doctools.js?v=888ff710"></script>
  23. <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
  24. <script src="../_static/sidebar.js"></script>
  25. <link rel="search" type="application/opensearchdescription+xml"
  26. title="Search within Python 3.12.3 documentation"
  27. href="../_static/opensearch.xml"/>
  28. <link rel="author" title="About these documents" href="../about.html" />
  29. <link rel="index" title="Index" href="../genindex.html" />
  30. <link rel="search" title="Search" href="../search.html" />
  31. <link rel="copyright" title="Copyright" href="../copyright.html" />
  32. <link rel="next" title="cgitb — Traceback manager for CGI scripts" href="cgitb.html" />
  33. <link rel="prev" title="audioop — Manipulate raw audio data" href="audioop.html" />
  34. <link rel="canonical" href="https://docs.python.org/3/library/cgi.html" />
  35. <style>
  36. @media only screen {
  37. table.full-width-table {
  38. width: 100%;
  39. }
  40. }
  41. </style>
  42. <link rel="stylesheet" href="../_static/pydoctheme_dark.css" media="(prefers-color-scheme: dark)" id="pydoctheme_dark_css">
  43. <link rel="shortcut icon" type="image/png" href="../_static/py.svg" />
  44. <script type="text/javascript" src="../_static/copybutton.js"></script>
  45. <script type="text/javascript" src="../_static/menu.js"></script>
  46. <script type="text/javascript" src="../_static/search-focus.js"></script>
  47. <script type="text/javascript" src="../_static/themetoggle.js"></script>
  48. </head>
  49. <body>
  50. <div class="mobile-nav">
  51. <input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
  52. aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu" />
  53. <nav class="nav-content" role="navigation">
  54. <label for="menuToggler" class="toggler__label">
  55. <span></span>
  56. </label>
  57. <span class="nav-items-wrapper">
  58. <a href="https://www.python.org/" class="nav-logo">
  59. <img src="../_static/py.svg" alt="Python logo"/>
  60. </a>
  61. <span class="version_switcher_placeholder"></span>
  62. <form role="search" class="search" action="../search.html" method="get">
  63. <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" class="search-icon">
  64. <path fill-rule="nonzero" fill="currentColor" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
  65. </svg>
  66. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  67. <input type="submit" value="Go"/>
  68. </form>
  69. </span>
  70. </nav>
  71. <div class="menu-wrapper">
  72. <nav class="menu" role="navigation" aria-label="main navigation">
  73. <div class="language_switcher_placeholder"></div>
  74. <label class="theme-selector-label">
  75. Theme
  76. <select class="theme-selector" oninput="activateTheme(this.value)">
  77. <option value="auto" selected>Auto</option>
  78. <option value="light">Light</option>
  79. <option value="dark">Dark</option>
  80. </select>
  81. </label>
  82. <div>
  83. <h3><a href="../contents.html">Table of Contents</a></h3>
  84. <ul>
  85. <li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code> — Common Gateway Interface support</a><ul>
  86. <li><a class="reference internal" href="#introduction">Introduction</a></li>
  87. <li><a class="reference internal" href="#using-the-cgi-module">Using the cgi module</a></li>
  88. <li><a class="reference internal" href="#higher-level-interface">Higher Level Interface</a></li>
  89. <li><a class="reference internal" href="#functions">Functions</a></li>
  90. <li><a class="reference internal" href="#caring-about-security">Caring about security</a></li>
  91. <li><a class="reference internal" href="#installing-your-cgi-script-on-a-unix-system">Installing your CGI script on a Unix system</a></li>
  92. <li><a class="reference internal" href="#testing-your-cgi-script">Testing your CGI script</a></li>
  93. <li><a class="reference internal" href="#debugging-cgi-scripts">Debugging CGI scripts</a></li>
  94. <li><a class="reference internal" href="#common-problems-and-solutions">Common problems and solutions</a></li>
  95. </ul>
  96. </li>
  97. </ul>
  98. </div>
  99. <div>
  100. <h4>Previous topic</h4>
  101. <p class="topless"><a href="audioop.html"
  102. title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">audioop</span></code> — Manipulate raw audio data</a></p>
  103. </div>
  104. <div>
  105. <h4>Next topic</h4>
  106. <p class="topless"><a href="cgitb.html"
  107. title="next chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgitb</span></code> — Traceback manager for CGI scripts</a></p>
  108. </div>
  109. <div role="note" aria-label="source link">
  110. <h3>This Page</h3>
  111. <ul class="this-page-menu">
  112. <li><a href="../bugs.html">Report a Bug</a></li>
  113. <li>
  114. <a href="https://github.com/python/cpython/blob/main/Doc/library/cgi.rst"
  115. rel="nofollow">Show Source
  116. </a>
  117. </li>
  118. </ul>
  119. </div>
  120. </nav>
  121. </div>
  122. </div>
  123. <div class="related" role="navigation" aria-label="related navigation">
  124. <h3>Navigation</h3>
  125. <ul>
  126. <li class="right" style="margin-right: 10px">
  127. <a href="../genindex.html" title="General Index"
  128. accesskey="I">index</a></li>
  129. <li class="right" >
  130. <a href="../py-modindex.html" title="Python Module Index"
  131. >modules</a> |</li>
  132. <li class="right" >
  133. <a href="cgitb.html" title="cgitb — Traceback manager for CGI scripts"
  134. accesskey="N">next</a> |</li>
  135. <li class="right" >
  136. <a href="audioop.html" title="audioop — Manipulate raw audio data"
  137. accesskey="P">previous</a> |</li>
  138. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  139. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  140. <li class="switchers">
  141. <div class="language_switcher_placeholder"></div>
  142. <div class="version_switcher_placeholder"></div>
  143. </li>
  144. <li>
  145. </li>
  146. <li id="cpython-language-and-version">
  147. <a href="../index.html">3.12.3 Documentation</a> &#187;
  148. </li>
  149. <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
  150. <li class="nav-item nav-item-2"><a href="superseded.html" accesskey="U">Superseded Modules</a> &#187;</li>
  151. <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code> — Common Gateway Interface support</a></li>
  152. <li class="right">
  153. <div class="inline-search" role="search">
  154. <form class="inline-search" action="../search.html" method="get">
  155. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  156. <input type="submit" value="Go" />
  157. </form>
  158. </div>
  159. |
  160. </li>
  161. <li class="right">
  162. <label class="theme-selector-label">
  163. Theme
  164. <select class="theme-selector" oninput="activateTheme(this.value)">
  165. <option value="auto" selected>Auto</option>
  166. <option value="light">Light</option>
  167. <option value="dark">Dark</option>
  168. </select>
  169. </label> |</li>
  170. </ul>
  171. </div>
  172. <div class="document">
  173. <div class="documentwrapper">
  174. <div class="bodywrapper">
  175. <div class="body" role="main">
  176. <section id="module-cgi">
  177. <span id="cgi-common-gateway-interface-support"></span><h1><a class="reference internal" href="#module-cgi" title="cgi: Helpers for running Python scripts via the Common Gateway Interface. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code></a> — Common Gateway Interface support<a class="headerlink" href="#module-cgi" title="Link to this heading">¶</a></h1>
  178. <p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/3.12/Lib/cgi.py">Lib/cgi.py</a></p>
  179. <div class="deprecated-removed" id="index-0">
  180. <p><span class="versionmodified">Deprecated since version 3.11, will be removed in version 3.13: </span>The <a class="reference internal" href="#module-cgi" title="cgi: Helpers for running Python scripts via the Common Gateway Interface. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code></a> module is deprecated
  181. (see <span class="target" id="index-1"></span><a class="pep reference external" href="https://peps.python.org/pep-0594/#cgi"><strong>PEP 594</strong></a> for details and alternatives).</p>
  182. <p>The <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> class can typically be replaced with
  183. <a class="reference internal" href="urllib.parse.html#urllib.parse.parse_qsl" title="urllib.parse.parse_qsl"><code class="xref py py-func docutils literal notranslate"><span class="pre">urllib.parse.parse_qsl()</span></code></a> for <code class="docutils literal notranslate"><span class="pre">GET</span></code> and <code class="docutils literal notranslate"><span class="pre">HEAD</span></code> requests,
  184. and the <a class="reference internal" href="email.message.html#module-email.message" title="email.message: The base class representing email messages."><code class="xref py py-mod docutils literal notranslate"><span class="pre">email.message</span></code></a> module or
  185. <a class="reference external" href="https://pypi.org/project/multipart/">multipart</a> for <code class="docutils literal notranslate"><span class="pre">POST</span></code> and <code class="docutils literal notranslate"><span class="pre">PUT</span></code>.
  186. Most <a class="reference internal" href="#functions-in-cgi-module"><span class="std std-ref">utility functions</span></a> have replacements.</p>
  187. </div>
  188. <hr class="docutils" />
  189. <p>Support module for Common Gateway Interface (CGI) scripts.</p>
  190. <p>This module defines a number of utilities for use by CGI scripts written in
  191. Python.</p>
  192. <p>The global variable <code class="docutils literal notranslate"><span class="pre">maxlen</span></code> can be set to an integer indicating the maximum
  193. size of a POST request. POST requests larger than this size will result in a
  194. <a class="reference internal" href="exceptions.html#ValueError" title="ValueError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">ValueError</span></code></a> being raised during parsing. The default value of this
  195. variable is <code class="docutils literal notranslate"><span class="pre">0</span></code>, meaning the request size is unlimited.</p>
  196. <div class="availability docutils container">
  197. <p><a class="reference internal" href="intro.html#availability"><span class="std std-ref">Availability</span></a>: not Emscripten, not WASI.</p>
  198. <p>This module does not work or is not available on WebAssembly platforms
  199. <code class="docutils literal notranslate"><span class="pre">wasm32-emscripten</span></code> and <code class="docutils literal notranslate"><span class="pre">wasm32-wasi</span></code>. See
  200. <a class="reference internal" href="intro.html#wasm-availability"><span class="std std-ref">WebAssembly platforms</span></a> for more information.</p>
  201. </div>
  202. <section id="introduction">
  203. <h2>Introduction<a class="headerlink" href="#introduction" title="Link to this heading">¶</a></h2>
  204. <p id="cgi-intro">A CGI script is invoked by an HTTP server, usually to process user input
  205. submitted through an HTML <code class="docutils literal notranslate"><span class="pre">&lt;FORM&gt;</span></code> or <code class="docutils literal notranslate"><span class="pre">&lt;ISINDEX&gt;</span></code> element.</p>
  206. <p>Most often, CGI scripts live in the server’s special <code class="file docutils literal notranslate"><span class="pre">cgi-bin</span></code> directory.
  207. The HTTP server places all sorts of information about the request (such as the
  208. client’s hostname, the requested URL, the query string, and lots of other
  209. goodies) in the script’s shell environment, executes the script, and sends the
  210. script’s output back to the client.</p>
  211. <p>The script’s input is connected to the client too, and sometimes the form data
  212. is read this way; at other times the form data is passed via the “query string”
  213. part of the URL. This module is intended to take care of the different cases
  214. and provide a simpler interface to the Python script. It also provides a number
  215. of utilities that help in debugging scripts, and the latest addition is support
  216. for file uploads from a form (if your browser supports it).</p>
  217. <p>The output of a CGI script should consist of two sections, separated by a blank
  218. line. The first section contains a number of headers, telling the client what
  219. kind of data is following. Python code to generate a minimal header section
  220. looks like this:</p>
  221. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Content-Type: text/html&quot;</span><span class="p">)</span> <span class="c1"># HTML is following</span>
  222. <span class="nb">print</span><span class="p">()</span> <span class="c1"># blank line, end of headers</span>
  223. </pre></div>
  224. </div>
  225. <p>The second section is usually HTML, which allows the client software to display
  226. nicely formatted text with header, in-line images, etc. Here’s Python code that
  227. prints a simple piece of HTML:</p>
  228. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="nb">print</span><span class="p">(</span><span class="s2">&quot;&lt;TITLE&gt;CGI script output&lt;/TITLE&gt;&quot;</span><span class="p">)</span>
  229. <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;&lt;H1&gt;This is my first CGI script&lt;/H1&gt;&quot;</span><span class="p">)</span>
  230. <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Hello, world!&quot;</span><span class="p">)</span>
  231. </pre></div>
  232. </div>
  233. </section>
  234. <section id="using-the-cgi-module">
  235. <span id="id1"></span><h2>Using the cgi module<a class="headerlink" href="#using-the-cgi-module" title="Link to this heading">¶</a></h2>
  236. <p>Begin by writing <code class="docutils literal notranslate"><span class="pre">import</span> <span class="pre">cgi</span></code>.</p>
  237. <p>When you write a new script, consider adding these lines:</p>
  238. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">cgitb</span>
  239. <span class="n">cgitb</span><span class="o">.</span><span class="n">enable</span><span class="p">()</span>
  240. </pre></div>
  241. </div>
  242. <p>This activates a special exception handler that will display detailed reports in
  243. the web browser if any errors occur. If you’d rather not show the guts of your
  244. program to users of your script, you can have the reports saved to files
  245. instead, with code like this:</p>
  246. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">cgitb</span>
  247. <span class="n">cgitb</span><span class="o">.</span><span class="n">enable</span><span class="p">(</span><span class="n">display</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">logdir</span><span class="o">=</span><span class="s2">&quot;/path/to/logdir&quot;</span><span class="p">)</span>
  248. </pre></div>
  249. </div>
  250. <p>It’s very helpful to use this feature during script development. The reports
  251. produced by <a class="reference internal" href="cgitb.html#module-cgitb" title="cgitb: Configurable traceback handler for CGI scripts. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgitb</span></code></a> provide information that can save you a lot of time in
  252. tracking down bugs. You can always remove the <code class="docutils literal notranslate"><span class="pre">cgitb</span></code> line later when you
  253. have tested your script and are confident that it works correctly.</p>
  254. <p>To get at submitted form data, use the <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> class. If the form
  255. contains non-ASCII characters, use the <em>encoding</em> keyword parameter set to the
  256. value of the encoding defined for the document. It is usually contained in the
  257. META tag in the HEAD section of the HTML document or by the
  258. <em class="mailheader">Content-Type</em> header. This reads the form contents from the
  259. standard input or the environment (depending on the value of various
  260. environment variables set according to the CGI standard). Since it may consume
  261. standard input, it should be instantiated only once.</p>
  262. <p>The <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> instance can be indexed like a Python dictionary.
  263. It allows membership testing with the <a class="reference internal" href="../reference/expressions.html#in"><code class="xref std std-keyword docutils literal notranslate"><span class="pre">in</span></code></a> operator, and also supports
  264. the standard dictionary method <a class="reference internal" href="stdtypes.html#dict.keys" title="dict.keys"><code class="xref py py-meth docutils literal notranslate"><span class="pre">keys()</span></code></a> and the built-in function
  265. <a class="reference internal" href="functions.html#len" title="len"><code class="xref py py-func docutils literal notranslate"><span class="pre">len()</span></code></a>. Form fields containing empty strings are ignored and do not appear
  266. in the dictionary; to keep such values, provide a true value for the optional
  267. <em>keep_blank_values</em> keyword parameter when creating the <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code>
  268. instance.</p>
  269. <p>For instance, the following code (which assumes that the
  270. <em class="mailheader">Content-Type</em> header and blank line have already been printed)
  271. checks that the fields <code class="docutils literal notranslate"><span class="pre">name</span></code> and <code class="docutils literal notranslate"><span class="pre">addr</span></code> are both set to a non-empty
  272. string:</p>
  273. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="n">form</span> <span class="o">=</span> <span class="n">cgi</span><span class="o">.</span><span class="n">FieldStorage</span><span class="p">()</span>
  274. <span class="k">if</span> <span class="s2">&quot;name&quot;</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">form</span> <span class="ow">or</span> <span class="s2">&quot;addr&quot;</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">form</span><span class="p">:</span>
  275. <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;&lt;H1&gt;Error&lt;/H1&gt;&quot;</span><span class="p">)</span>
  276. <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Please fill in the name and addr fields.&quot;</span><span class="p">)</span>
  277. <span class="k">return</span>
  278. <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;&lt;p&gt;name:&quot;</span><span class="p">,</span> <span class="n">form</span><span class="p">[</span><span class="s2">&quot;name&quot;</span><span class="p">]</span><span class="o">.</span><span class="n">value</span><span class="p">)</span>
  279. <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;&lt;p&gt;addr:&quot;</span><span class="p">,</span> <span class="n">form</span><span class="p">[</span><span class="s2">&quot;addr&quot;</span><span class="p">]</span><span class="o">.</span><span class="n">value</span><span class="p">)</span>
  280. <span class="o">...</span><span class="n">further</span> <span class="n">form</span> <span class="n">processing</span> <span class="n">here</span><span class="o">...</span>
  281. </pre></div>
  282. </div>
  283. <p>Here the fields, accessed through <code class="docutils literal notranslate"><span class="pre">form[key]</span></code>, are themselves instances of
  284. <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> (or <code class="xref py py-class docutils literal notranslate"><span class="pre">MiniFieldStorage</span></code>, depending on the form
  285. encoding). The <code class="xref py py-attr docutils literal notranslate"><span class="pre">value</span></code> attribute of the instance yields
  286. the string value of the field. The <code class="xref py py-meth docutils literal notranslate"><span class="pre">getvalue()</span></code> method
  287. returns this string value directly; it also accepts an optional second argument
  288. as a default to return if the requested key is not present.</p>
  289. <p>If the submitted form data contains more than one field with the same name, the
  290. object retrieved by <code class="docutils literal notranslate"><span class="pre">form[key]</span></code> is not a <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> or
  291. <code class="xref py py-class docutils literal notranslate"><span class="pre">MiniFieldStorage</span></code> instance but a list of such instances. Similarly, in
  292. this situation, <code class="docutils literal notranslate"><span class="pre">form.getvalue(key)</span></code> would return a list of strings. If you
  293. expect this possibility (when your HTML form contains multiple fields with the
  294. same name), use the <a class="reference internal" href="#cgi.FieldStorage.getlist" title="cgi.FieldStorage.getlist"><code class="xref py py-meth docutils literal notranslate"><span class="pre">getlist()</span></code></a> method, which always returns
  295. a list of values (so that you do not need to special-case the single item
  296. case). For example, this code concatenates any number of username fields,
  297. separated by commas:</p>
  298. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="n">value</span> <span class="o">=</span> <span class="n">form</span><span class="o">.</span><span class="n">getlist</span><span class="p">(</span><span class="s2">&quot;username&quot;</span><span class="p">)</span>
  299. <span class="n">usernames</span> <span class="o">=</span> <span class="s2">&quot;,&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">value</span><span class="p">)</span>
  300. </pre></div>
  301. </div>
  302. <p>If a field represents an uploaded file, accessing the value via the
  303. <code class="xref py py-attr docutils literal notranslate"><span class="pre">value</span></code> attribute or the <code class="xref py py-meth docutils literal notranslate"><span class="pre">getvalue()</span></code>
  304. method reads the entire file in memory as bytes. This may not be what you
  305. want. You can test for an uploaded file by testing either the
  306. <code class="xref py py-attr docutils literal notranslate"><span class="pre">filename</span></code> attribute or the <code class="xref py py-attr docutils literal notranslate"><span class="pre">file</span></code>
  307. attribute. You can then read the data from the <code class="xref py py-attr docutils literal notranslate"><span class="pre">file</span></code>
  308. attribute before it is automatically closed as part of the garbage collection of
  309. the <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> instance
  310. (the <a class="reference internal" href="io.html#io.RawIOBase.read" title="io.RawIOBase.read"><code class="xref py py-func docutils literal notranslate"><span class="pre">read()</span></code></a> and <a class="reference internal" href="io.html#io.IOBase.readline" title="io.IOBase.readline"><code class="xref py py-func docutils literal notranslate"><span class="pre">readline()</span></code></a> methods will
  311. return bytes):</p>
  312. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="n">fileitem</span> <span class="o">=</span> <span class="n">form</span><span class="p">[</span><span class="s2">&quot;userfile&quot;</span><span class="p">]</span>
  313. <span class="k">if</span> <span class="n">fileitem</span><span class="o">.</span><span class="n">file</span><span class="p">:</span>
  314. <span class="c1"># It&#39;s an uploaded file; count lines</span>
  315. <span class="n">linecount</span> <span class="o">=</span> <span class="mi">0</span>
  316. <span class="k">while</span> <span class="kc">True</span><span class="p">:</span>
  317. <span class="n">line</span> <span class="o">=</span> <span class="n">fileitem</span><span class="o">.</span><span class="n">file</span><span class="o">.</span><span class="n">readline</span><span class="p">()</span>
  318. <span class="k">if</span> <span class="ow">not</span> <span class="n">line</span><span class="p">:</span> <span class="k">break</span>
  319. <span class="n">linecount</span> <span class="o">=</span> <span class="n">linecount</span> <span class="o">+</span> <span class="mi">1</span>
  320. </pre></div>
  321. </div>
  322. <p><code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> objects also support being used in a <a class="reference internal" href="../reference/compound_stmts.html#with"><code class="xref std std-keyword docutils literal notranslate"><span class="pre">with</span></code></a>
  323. statement, which will automatically close them when done.</p>
  324. <p>If an error is encountered when obtaining the contents of an uploaded file
  325. (for example, when the user interrupts the form submission by clicking on
  326. a Back or Cancel button) the <code class="xref py py-attr docutils literal notranslate"><span class="pre">done</span></code> attribute of the
  327. object for the field will be set to the value -1.</p>
  328. <p>The file upload draft standard entertains the possibility of uploading multiple
  329. files from one field (using a recursive <em class="mimetype">multipart/*</em> encoding).
  330. When this occurs, the item will be a dictionary-like <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> item.
  331. This can be determined by testing its <code class="xref py py-attr docutils literal notranslate"><span class="pre">type</span></code> attribute, which should be
  332. <em class="mimetype">multipart/form-data</em> (or perhaps another MIME type matching
  333. <em class="mimetype">multipart/*</em>). In this case, it can be iterated over recursively
  334. just like the top-level form object.</p>
  335. <p>When a form is submitted in the “old” format (as the query string or as a single
  336. data part of type <em class="mimetype">application/x-www-form-urlencoded</em>), the items will
  337. actually be instances of the class <code class="xref py py-class docutils literal notranslate"><span class="pre">MiniFieldStorage</span></code>. In this case, the
  338. <code class="xref py py-attr docutils literal notranslate"><span class="pre">list</span></code>, <code class="xref py py-attr docutils literal notranslate"><span class="pre">file</span></code>, and <code class="xref py py-attr docutils literal notranslate"><span class="pre">filename</span></code> attributes are always <code class="docutils literal notranslate"><span class="pre">None</span></code>.</p>
  339. <p>A form submitted via POST that also has a query string will contain both
  340. <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> and <code class="xref py py-class docutils literal notranslate"><span class="pre">MiniFieldStorage</span></code> items.</p>
  341. <div class="versionchanged">
  342. <p><span class="versionmodified changed">Changed in version 3.4: </span>The <code class="xref py py-attr docutils literal notranslate"><span class="pre">file</span></code> attribute is automatically closed upon the
  343. garbage collection of the creating <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> instance.</p>
  344. </div>
  345. <div class="versionchanged">
  346. <p><span class="versionmodified changed">Changed in version 3.5: </span>Added support for the context management protocol to the
  347. <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> class.</p>
  348. </div>
  349. </section>
  350. <section id="higher-level-interface">
  351. <h2>Higher Level Interface<a class="headerlink" href="#higher-level-interface" title="Link to this heading">¶</a></h2>
  352. <p>The previous section explains how to read CGI form data using the
  353. <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> class. This section describes a higher level interface
  354. which was added to this class to allow one to do it in a more readable and
  355. intuitive way. The interface doesn’t make the techniques described in previous
  356. sections obsolete — they are still useful to process file uploads efficiently,
  357. for example.</p>
  358. <p>The interface consists of two simple methods. Using the methods you can process
  359. form data in a generic way, without the need to worry whether only one or more
  360. values were posted under one name.</p>
  361. <p>In the previous section, you learned to write following code anytime you
  362. expected a user to post more than one value under one name:</p>
  363. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="n">item</span> <span class="o">=</span> <span class="n">form</span><span class="o">.</span><span class="n">getvalue</span><span class="p">(</span><span class="s2">&quot;item&quot;</span><span class="p">)</span>
  364. <span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">item</span><span class="p">,</span> <span class="nb">list</span><span class="p">):</span>
  365. <span class="c1"># The user is requesting more than one item.</span>
  366. <span class="k">else</span><span class="p">:</span>
  367. <span class="c1"># The user is requesting only one item.</span>
  368. </pre></div>
  369. </div>
  370. <p>This situation is common for example when a form contains a group of multiple
  371. checkboxes with the same name:</p>
  372. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="o">&lt;</span><span class="nb">input</span> <span class="nb">type</span><span class="o">=</span><span class="s2">&quot;checkbox&quot;</span> <span class="n">name</span><span class="o">=</span><span class="s2">&quot;item&quot;</span> <span class="n">value</span><span class="o">=</span><span class="s2">&quot;1&quot;</span> <span class="o">/&gt;</span>
  373. <span class="o">&lt;</span><span class="nb">input</span> <span class="nb">type</span><span class="o">=</span><span class="s2">&quot;checkbox&quot;</span> <span class="n">name</span><span class="o">=</span><span class="s2">&quot;item&quot;</span> <span class="n">value</span><span class="o">=</span><span class="s2">&quot;2&quot;</span> <span class="o">/&gt;</span>
  374. </pre></div>
  375. </div>
  376. <p>In most situations, however, there’s only one form control with a particular
  377. name in a form and then you expect and need only one value associated with this
  378. name. So you write a script containing for example this code:</p>
  379. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="n">user</span> <span class="o">=</span> <span class="n">form</span><span class="o">.</span><span class="n">getvalue</span><span class="p">(</span><span class="s2">&quot;user&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">upper</span><span class="p">()</span>
  380. </pre></div>
  381. </div>
  382. <p>The problem with the code is that you should never expect that a client will
  383. provide valid input to your scripts. For example, if a curious user appends
  384. another <code class="docutils literal notranslate"><span class="pre">user=foo</span></code> pair to the query string, then the script would crash,
  385. because in this situation the <code class="docutils literal notranslate"><span class="pre">getvalue(&quot;user&quot;)</span></code> method call returns a list
  386. instead of a string. Calling the <a class="reference internal" href="stdtypes.html#str.upper" title="str.upper"><code class="xref py py-meth docutils literal notranslate"><span class="pre">upper()</span></code></a> method on a list is not valid
  387. (since lists do not have a method of this name) and results in an
  388. <a class="reference internal" href="exceptions.html#AttributeError" title="AttributeError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">AttributeError</span></code></a> exception.</p>
  389. <p>Therefore, the appropriate way to read form data values was to always use the
  390. code which checks whether the obtained value is a single value or a list of
  391. values. That’s annoying and leads to less readable scripts.</p>
  392. <p>A more convenient approach is to use the methods <a class="reference internal" href="#cgi.FieldStorage.getfirst" title="cgi.FieldStorage.getfirst"><code class="xref py py-meth docutils literal notranslate"><span class="pre">getfirst()</span></code></a>
  393. and <a class="reference internal" href="#cgi.FieldStorage.getlist" title="cgi.FieldStorage.getlist"><code class="xref py py-meth docutils literal notranslate"><span class="pre">getlist()</span></code></a> provided by this higher level interface.</p>
  394. <dl class="py method">
  395. <dt class="sig sig-object py" id="cgi.FieldStorage.getfirst">
  396. <span class="sig-prename descclassname"><span class="pre">FieldStorage.</span></span><span class="sig-name descname"><span class="pre">getfirst</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">default</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#cgi.FieldStorage.getfirst" title="Link to this definition">¶</a></dt>
  397. <dd><p>This method always returns only one value associated with form field <em>name</em>.
  398. The method returns only the first value in case that more values were posted
  399. under such name. Please note that the order in which the values are received
  400. may vary from browser to browser and should not be counted on. <a class="footnote-reference brackets" href="#id3" id="id2" role="doc-noteref"><span class="fn-bracket">[</span>1<span class="fn-bracket">]</span></a> If no such
  401. form field or value exists then the method returns the value specified by the
  402. optional parameter <em>default</em>. This parameter defaults to <code class="docutils literal notranslate"><span class="pre">None</span></code> if not
  403. specified.</p>
  404. </dd></dl>
  405. <dl class="py method">
  406. <dt class="sig sig-object py" id="cgi.FieldStorage.getlist">
  407. <span class="sig-prename descclassname"><span class="pre">FieldStorage.</span></span><span class="sig-name descname"><span class="pre">getlist</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#cgi.FieldStorage.getlist" title="Link to this definition">¶</a></dt>
  408. <dd><p>This method always returns a list of values associated with form field <em>name</em>.
  409. The method returns an empty list if no such form field or value exists for
  410. <em>name</em>. It returns a list consisting of one item if only one such value exists.</p>
  411. </dd></dl>
  412. <p>Using these methods you can write nice compact code:</p>
  413. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">cgi</span>
  414. <span class="n">form</span> <span class="o">=</span> <span class="n">cgi</span><span class="o">.</span><span class="n">FieldStorage</span><span class="p">()</span>
  415. <span class="n">user</span> <span class="o">=</span> <span class="n">form</span><span class="o">.</span><span class="n">getfirst</span><span class="p">(</span><span class="s2">&quot;user&quot;</span><span class="p">,</span> <span class="s2">&quot;&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">upper</span><span class="p">()</span> <span class="c1"># This way it&#39;s safe.</span>
  416. <span class="k">for</span> <span class="n">item</span> <span class="ow">in</span> <span class="n">form</span><span class="o">.</span><span class="n">getlist</span><span class="p">(</span><span class="s2">&quot;item&quot;</span><span class="p">):</span>
  417. <span class="n">do_something</span><span class="p">(</span><span class="n">item</span><span class="p">)</span>
  418. </pre></div>
  419. </div>
  420. </section>
  421. <section id="functions">
  422. <span id="functions-in-cgi-module"></span><h2>Functions<a class="headerlink" href="#functions" title="Link to this heading">¶</a></h2>
  423. <p>These are useful if you want more control, or if you want to employ some of the
  424. algorithms implemented in this module in other circumstances.</p>
  425. <dl class="py function">
  426. <dt class="sig sig-object py" id="cgi.parse">
  427. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">parse</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">fp</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">environ</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">os.environ</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">keep_blank_values</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">strict_parsing</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">separator</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'&amp;'</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#cgi.parse" title="Link to this definition">¶</a></dt>
  428. <dd><p>Parse a query in the environment or from a file (the file defaults to
  429. <code class="docutils literal notranslate"><span class="pre">sys.stdin</span></code>). The <em>keep_blank_values</em>, <em>strict_parsing</em> and <em>separator</em> parameters are
  430. passed to <a class="reference internal" href="urllib.parse.html#urllib.parse.parse_qs" title="urllib.parse.parse_qs"><code class="xref py py-func docutils literal notranslate"><span class="pre">urllib.parse.parse_qs()</span></code></a> unchanged.</p>
  431. <div class="deprecated-removed">
  432. <p><span class="versionmodified">Deprecated since version 3.11, will be removed in version 3.13: </span>This function, like the rest of the <a class="reference internal" href="#module-cgi" title="cgi: Helpers for running Python scripts via the Common Gateway Interface. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code></a> module, is deprecated.
  433. It can be replaced by calling <a class="reference internal" href="urllib.parse.html#urllib.parse.parse_qs" title="urllib.parse.parse_qs"><code class="xref py py-func docutils literal notranslate"><span class="pre">urllib.parse.parse_qs()</span></code></a> directly
  434. on the desired query string (except for <code class="docutils literal notranslate"><span class="pre">multipart/form-data</span></code> input,
  435. which can be handled as described for <a class="reference internal" href="#cgi.parse_multipart" title="cgi.parse_multipart"><code class="xref py py-func docutils literal notranslate"><span class="pre">parse_multipart()</span></code></a>).</p>
  436. </div>
  437. </dd></dl>
  438. <dl class="py function">
  439. <dt class="sig sig-object py" id="cgi.parse_multipart">
  440. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">parse_multipart</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">fp</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">pdict</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">encoding</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'utf-8'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">errors</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'replace'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">separator</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'&amp;'</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#cgi.parse_multipart" title="Link to this definition">¶</a></dt>
  441. <dd><p>Parse input of type <em class="mimetype">multipart/form-data</em> (for file uploads).
  442. Arguments are <em>fp</em> for the input file, <em>pdict</em> for a dictionary containing
  443. other parameters in the <em class="mailheader">Content-Type</em> header, and <em>encoding</em>,
  444. the request encoding.</p>
  445. <p>Returns a dictionary just like <a class="reference internal" href="urllib.parse.html#urllib.parse.parse_qs" title="urllib.parse.parse_qs"><code class="xref py py-func docutils literal notranslate"><span class="pre">urllib.parse.parse_qs()</span></code></a>: keys are the
  446. field names, each value is a list of values for that field. For non-file
  447. fields, the value is a list of strings.</p>
  448. <p>This is easy to use but not much good if you are expecting megabytes to be
  449. uploaded — in that case, use the <code class="xref py py-class docutils literal notranslate"><span class="pre">FieldStorage</span></code> class instead
  450. which is much more flexible.</p>
  451. <div class="versionchanged">
  452. <p><span class="versionmodified changed">Changed in version 3.7: </span>Added the <em>encoding</em> and <em>errors</em> parameters. For non-file fields, the
  453. value is now a list of strings, not bytes.</p>
  454. </div>
  455. <div class="versionchanged">
  456. <p><span class="versionmodified changed">Changed in version 3.10: </span>Added the <em>separator</em> parameter.</p>
  457. </div>
  458. <div class="deprecated-removed">
  459. <p><span class="versionmodified">Deprecated since version 3.11, will be removed in version 3.13: </span>This function, like the rest of the <a class="reference internal" href="#module-cgi" title="cgi: Helpers for running Python scripts via the Common Gateway Interface. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code></a> module, is deprecated.
  460. It can be replaced with the functionality in the <a class="reference internal" href="email.html#module-email" title="email: Package supporting the parsing, manipulating, and generating email messages."><code class="xref py py-mod docutils literal notranslate"><span class="pre">email</span></code></a> package
  461. (e.g. <a class="reference internal" href="email.message.html#email.message.EmailMessage" title="email.message.EmailMessage"><code class="xref py py-class docutils literal notranslate"><span class="pre">email.message.EmailMessage</span></code></a>/<a class="reference internal" href="email.compat32-message.html#email.message.Message" title="email.message.Message"><code class="xref py py-class docutils literal notranslate"><span class="pre">email.message.Message</span></code></a>)
  462. which implements the same MIME RFCs, or with the
  463. <a class="reference external" href="https://pypi.org/project/multipart/">multipart</a> PyPI project.</p>
  464. </div>
  465. </dd></dl>
  466. <dl class="py function">
  467. <dt class="sig sig-object py" id="cgi.parse_header">
  468. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">parse_header</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">string</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#cgi.parse_header" title="Link to this definition">¶</a></dt>
  469. <dd><p>Parse a MIME header (such as <em class="mailheader">Content-Type</em>) into a main value and a
  470. dictionary of parameters.</p>
  471. <div class="deprecated-removed">
  472. <p><span class="versionmodified">Deprecated since version 3.11, will be removed in version 3.13: </span>This function, like the rest of the <a class="reference internal" href="#module-cgi" title="cgi: Helpers for running Python scripts via the Common Gateway Interface. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code></a> module, is deprecated.
  473. It can be replaced with the functionality in the <a class="reference internal" href="email.html#module-email" title="email: Package supporting the parsing, manipulating, and generating email messages."><code class="xref py py-mod docutils literal notranslate"><span class="pre">email</span></code></a> package,
  474. which implements the same MIME RFCs.</p>
  475. <p>For example, with <a class="reference internal" href="email.message.html#email.message.EmailMessage" title="email.message.EmailMessage"><code class="xref py py-class docutils literal notranslate"><span class="pre">email.message.EmailMessage</span></code></a>:</p>
  476. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">email.message</span> <span class="kn">import</span> <span class="n">EmailMessage</span>
  477. <span class="n">msg</span> <span class="o">=</span> <span class="n">EmailMessage</span><span class="p">()</span>
  478. <span class="n">msg</span><span class="p">[</span><span class="s1">&#39;content-type&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;application/json; charset=&quot;utf8&quot;&#39;</span>
  479. <span class="n">main</span><span class="p">,</span> <span class="n">params</span> <span class="o">=</span> <span class="n">msg</span><span class="o">.</span><span class="n">get_content_type</span><span class="p">(),</span> <span class="n">msg</span><span class="p">[</span><span class="s1">&#39;content-type&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">params</span>
  480. </pre></div>
  481. </div>
  482. </div>
  483. </dd></dl>
  484. <dl class="py function">
  485. <dt class="sig sig-object py" id="cgi.test">
  486. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">test</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#cgi.test" title="Link to this definition">¶</a></dt>
  487. <dd><p>Robust test CGI script, usable as main program. Writes minimal HTTP headers and
  488. formats all information provided to the script in HTML format.</p>
  489. </dd></dl>
  490. <dl class="py function">
  491. <dt class="sig sig-object py" id="cgi.print_environ">
  492. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">print_environ</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#cgi.print_environ" title="Link to this definition">¶</a></dt>
  493. <dd><p>Format the shell environment in HTML.</p>
  494. </dd></dl>
  495. <dl class="py function">
  496. <dt class="sig sig-object py" id="cgi.print_form">
  497. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">print_form</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">form</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#cgi.print_form" title="Link to this definition">¶</a></dt>
  498. <dd><p>Format a form in HTML.</p>
  499. </dd></dl>
  500. <dl class="py function">
  501. <dt class="sig sig-object py" id="cgi.print_directory">
  502. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">print_directory</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#cgi.print_directory" title="Link to this definition">¶</a></dt>
  503. <dd><p>Format the current directory in HTML.</p>
  504. </dd></dl>
  505. <dl class="py function">
  506. <dt class="sig sig-object py" id="cgi.print_environ_usage">
  507. <span class="sig-prename descclassname"><span class="pre">cgi.</span></span><span class="sig-name descname"><span class="pre">print_environ_usage</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#cgi.print_environ_usage" title="Link to this definition">¶</a></dt>
  508. <dd><p>Print a list of useful (used by CGI) environment variables in HTML.</p>
  509. </dd></dl>
  510. </section>
  511. <section id="caring-about-security">
  512. <span id="cgi-security"></span><h2>Caring about security<a class="headerlink" href="#caring-about-security" title="Link to this heading">¶</a></h2>
  513. <p id="index-2">There’s one important rule: if you invoke an external program (via
  514. <a class="reference internal" href="os.html#os.system" title="os.system"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.system()</span></code></a>, <a class="reference internal" href="os.html#os.popen" title="os.popen"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.popen()</span></code></a> or other functions with similar
  515. functionality), make very sure you don’t pass arbitrary strings received from
  516. the client to the shell. This is a well-known security hole whereby clever
  517. hackers anywhere on the web can exploit a gullible CGI script to invoke
  518. arbitrary shell commands. Even parts of the URL or field names cannot be
  519. trusted, since the request doesn’t have to come from your form!</p>
  520. <p>To be on the safe side, if you must pass a string gotten from a form to a shell
  521. command, you should make sure the string contains only alphanumeric characters,
  522. dashes, underscores, and periods.</p>
  523. </section>
  524. <section id="installing-your-cgi-script-on-a-unix-system">
  525. <h2>Installing your CGI script on a Unix system<a class="headerlink" href="#installing-your-cgi-script-on-a-unix-system" title="Link to this heading">¶</a></h2>
  526. <p>Read the documentation for your HTTP server and check with your local system
  527. administrator to find the directory where CGI scripts should be installed;
  528. usually this is in a directory <code class="file docutils literal notranslate"><span class="pre">cgi-bin</span></code> in the server tree.</p>
  529. <p>Make sure that your script is readable and executable by “others”; the Unix file
  530. mode should be <code class="docutils literal notranslate"><span class="pre">0o755</span></code> octal (use <code class="docutils literal notranslate"><span class="pre">chmod</span> <span class="pre">0755</span> <span class="pre">filename</span></code>). Make sure that the
  531. first line of the script contains <code class="docutils literal notranslate"><span class="pre">#!</span></code> starting in column 1 followed by the
  532. pathname of the Python interpreter, for instance:</p>
  533. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="ch">#!/usr/local/bin/python</span>
  534. </pre></div>
  535. </div>
  536. <p>Make sure the Python interpreter exists and is executable by “others”.</p>
  537. <p>Make sure that any files your script needs to read or write are readable or
  538. writable, respectively, by “others” — their mode should be <code class="docutils literal notranslate"><span class="pre">0o644</span></code> for
  539. readable and <code class="docutils literal notranslate"><span class="pre">0o666</span></code> for writable. This is because, for security reasons, the
  540. HTTP server executes your script as user “nobody”, without any special
  541. privileges. It can only read (write, execute) files that everybody can read
  542. (write, execute). The current directory at execution time is also different (it
  543. is usually the server’s cgi-bin directory) and the set of environment variables
  544. is also different from what you get when you log in. In particular, don’t count
  545. on the shell’s search path for executables (<span class="target" id="index-3"></span><code class="xref std std-envvar docutils literal notranslate"><span class="pre">PATH</span></code>) or the Python module
  546. search path (<span class="target" id="index-4"></span><a class="reference internal" href="../using/cmdline.html#envvar-PYTHONPATH"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">PYTHONPATH</span></code></a>) to be set to anything interesting.</p>
  547. <p>If you need to load modules from a directory which is not on Python’s default
  548. module search path, you can change the path in your script, before importing
  549. other modules. For example:</p>
  550. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">sys</span>
  551. <span class="n">sys</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">insert</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="s2">&quot;/usr/home/joe/lib/python&quot;</span><span class="p">)</span>
  552. <span class="n">sys</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">insert</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="s2">&quot;/usr/local/lib/python&quot;</span><span class="p">)</span>
  553. </pre></div>
  554. </div>
  555. <p>(This way, the directory inserted last will be searched first!)</p>
  556. <p>Instructions for non-Unix systems will vary; check your HTTP server’s
  557. documentation (it will usually have a section on CGI scripts).</p>
  558. </section>
  559. <section id="testing-your-cgi-script">
  560. <h2>Testing your CGI script<a class="headerlink" href="#testing-your-cgi-script" title="Link to this heading">¶</a></h2>
  561. <p>Unfortunately, a CGI script will generally not run when you try it from the
  562. command line, and a script that works perfectly from the command line may fail
  563. mysteriously when run from the server. There’s one reason why you should still
  564. test your script from the command line: if it contains a syntax error, the
  565. Python interpreter won’t execute it at all, and the HTTP server will most likely
  566. send a cryptic error to the client.</p>
  567. <p>Assuming your script has no syntax errors, yet it does not work, you have no
  568. choice but to read the next section.</p>
  569. </section>
  570. <section id="debugging-cgi-scripts">
  571. <h2>Debugging CGI scripts<a class="headerlink" href="#debugging-cgi-scripts" title="Link to this heading">¶</a></h2>
  572. <p id="index-5">First of all, check for trivial installation errors — reading the section
  573. above on installing your CGI script carefully can save you a lot of time. If
  574. you wonder whether you have understood the installation procedure correctly, try
  575. installing a copy of this module file (<code class="file docutils literal notranslate"><span class="pre">cgi.py</span></code>) as a CGI script. When
  576. invoked as a script, the file will dump its environment and the contents of the
  577. form in HTML format. Give it the right mode etc., and send it a request. If it’s
  578. installed in the standard <code class="file docutils literal notranslate"><span class="pre">cgi-bin</span></code> directory, it should be possible to
  579. send it a request by entering a URL into your browser of the form:</p>
  580. <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>http://yourhostname/cgi-bin/cgi.py?name=Joe+Blow&amp;addr=At+Home
  581. </pre></div>
  582. </div>
  583. <p>If this gives an error of type 404, the server cannot find the script – perhaps
  584. you need to install it in a different directory. If it gives another error,
  585. there’s an installation problem that you should fix before trying to go any
  586. further. If you get a nicely formatted listing of the environment and form
  587. content (in this example, the fields should be listed as “addr” with value “At
  588. Home” and “name” with value “Joe Blow”), the <code class="file docutils literal notranslate"><span class="pre">cgi.py</span></code> script has been
  589. installed correctly. If you follow the same procedure for your own script, you
  590. should now be able to debug it.</p>
  591. <p>The next step could be to call the <a class="reference internal" href="#module-cgi" title="cgi: Helpers for running Python scripts via the Common Gateway Interface. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code></a> module’s <a class="reference internal" href="test.html#module-test" title="test: Regression tests package containing the testing suite for Python."><code class="xref py py-func docutils literal notranslate"><span class="pre">test()</span></code></a> function
  592. from your script: replace its main code with the single statement</p>
  593. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="n">cgi</span><span class="o">.</span><span class="n">test</span><span class="p">()</span>
  594. </pre></div>
  595. </div>
  596. <p>This should produce the same results as those gotten from installing the
  597. <code class="file docutils literal notranslate"><span class="pre">cgi.py</span></code> file itself.</p>
  598. <p>When an ordinary Python script raises an unhandled exception (for whatever
  599. reason: of a typo in a module name, a file that can’t be opened, etc.), the
  600. Python interpreter prints a nice traceback and exits. While the Python
  601. interpreter will still do this when your CGI script raises an exception, most
  602. likely the traceback will end up in one of the HTTP server’s log files, or be
  603. discarded altogether.</p>
  604. <p>Fortunately, once you have managed to get your script to execute <em>some</em> code,
  605. you can easily send tracebacks to the web browser using the <a class="reference internal" href="cgitb.html#module-cgitb" title="cgitb: Configurable traceback handler for CGI scripts. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgitb</span></code></a> module.
  606. If you haven’t done so already, just add the lines:</p>
  607. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">cgitb</span>
  608. <span class="n">cgitb</span><span class="o">.</span><span class="n">enable</span><span class="p">()</span>
  609. </pre></div>
  610. </div>
  611. <p>to the top of your script. Then try running it again; when a problem occurs,
  612. you should see a detailed report that will likely make apparent the cause of the
  613. crash.</p>
  614. <p>If you suspect that there may be a problem in importing the <a class="reference internal" href="cgitb.html#module-cgitb" title="cgitb: Configurable traceback handler for CGI scripts. (deprecated)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgitb</span></code></a> module,
  615. you can use an even more robust approach (which only uses built-in modules):</p>
  616. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">sys</span>
  617. <span class="n">sys</span><span class="o">.</span><span class="n">stderr</span> <span class="o">=</span> <span class="n">sys</span><span class="o">.</span><span class="n">stdout</span>
  618. <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Content-Type: text/plain&quot;</span><span class="p">)</span>
  619. <span class="nb">print</span><span class="p">()</span>
  620. <span class="o">...</span><span class="n">your</span> <span class="n">code</span> <span class="n">here</span><span class="o">...</span>
  621. </pre></div>
  622. </div>
  623. <p>This relies on the Python interpreter to print the traceback. The content type
  624. of the output is set to plain text, which disables all HTML processing. If your
  625. script works, the raw HTML will be displayed by your client. If it raises an
  626. exception, most likely after the first two lines have been printed, a traceback
  627. will be displayed. Because no HTML interpretation is going on, the traceback
  628. will be readable.</p>
  629. </section>
  630. <section id="common-problems-and-solutions">
  631. <h2>Common problems and solutions<a class="headerlink" href="#common-problems-and-solutions" title="Link to this heading">¶</a></h2>
  632. <ul class="simple">
  633. <li><p>Most HTTP servers buffer the output from CGI scripts until the script is
  634. completed. This means that it is not possible to display a progress report on
  635. the client’s display while the script is running.</p></li>
  636. <li><p>Check the installation instructions above.</p></li>
  637. <li><p>Check the HTTP server’s log files. (<code class="docutils literal notranslate"><span class="pre">tail</span> <span class="pre">-f</span> <span class="pre">logfile</span></code> in a separate window
  638. may be useful!)</p></li>
  639. <li><p>Always check a script for syntax errors first, by doing something like
  640. <code class="docutils literal notranslate"><span class="pre">python</span> <span class="pre">script.py</span></code>.</p></li>
  641. <li><p>If your script does not have any syntax errors, try adding <code class="docutils literal notranslate"><span class="pre">import</span> <span class="pre">cgitb;</span>
  642. <span class="pre">cgitb.enable()</span></code> to the top of the script.</p></li>
  643. <li><p>When invoking external programs, make sure they can be found. Usually, this
  644. means using absolute path names — <span class="target" id="index-6"></span><code class="xref std std-envvar docutils literal notranslate"><span class="pre">PATH</span></code> is usually not set to a very
  645. useful value in a CGI script.</p></li>
  646. <li><p>When reading or writing external files, make sure they can be read or written
  647. by the userid under which your CGI script will be running: this is typically the
  648. userid under which the web server is running, or some explicitly specified
  649. userid for a web server’s <code class="docutils literal notranslate"><span class="pre">suexec</span></code> feature.</p></li>
  650. <li><p>Don’t try to give a CGI script a set-uid mode. This doesn’t work on most
  651. systems, and is a security liability as well.</p></li>
  652. </ul>
  653. <p class="rubric">Footnotes</p>
  654. <aside class="footnote-list brackets">
  655. <aside class="footnote brackets" id="id3" role="doc-footnote">
  656. <span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="#id2">1</a><span class="fn-bracket">]</span></span>
  657. <p>Note that some recent versions of the HTML specification do state what
  658. order the field values should be supplied in, but knowing whether a request
  659. was received from a conforming browser, or even from a browser at all, is
  660. tedious and error-prone.</p>
  661. </aside>
  662. </aside>
  663. </section>
  664. </section>
  665. <div class="clearer"></div>
  666. </div>
  667. </div>
  668. </div>
  669. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  670. <div class="sphinxsidebarwrapper">
  671. <div>
  672. <h3><a href="../contents.html">Table of Contents</a></h3>
  673. <ul>
  674. <li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code> — Common Gateway Interface support</a><ul>
  675. <li><a class="reference internal" href="#introduction">Introduction</a></li>
  676. <li><a class="reference internal" href="#using-the-cgi-module">Using the cgi module</a></li>
  677. <li><a class="reference internal" href="#higher-level-interface">Higher Level Interface</a></li>
  678. <li><a class="reference internal" href="#functions">Functions</a></li>
  679. <li><a class="reference internal" href="#caring-about-security">Caring about security</a></li>
  680. <li><a class="reference internal" href="#installing-your-cgi-script-on-a-unix-system">Installing your CGI script on a Unix system</a></li>
  681. <li><a class="reference internal" href="#testing-your-cgi-script">Testing your CGI script</a></li>
  682. <li><a class="reference internal" href="#debugging-cgi-scripts">Debugging CGI scripts</a></li>
  683. <li><a class="reference internal" href="#common-problems-and-solutions">Common problems and solutions</a></li>
  684. </ul>
  685. </li>
  686. </ul>
  687. </div>
  688. <div>
  689. <h4>Previous topic</h4>
  690. <p class="topless"><a href="audioop.html"
  691. title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">audioop</span></code> — Manipulate raw audio data</a></p>
  692. </div>
  693. <div>
  694. <h4>Next topic</h4>
  695. <p class="topless"><a href="cgitb.html"
  696. title="next chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgitb</span></code> — Traceback manager for CGI scripts</a></p>
  697. </div>
  698. <div role="note" aria-label="source link">
  699. <h3>This Page</h3>
  700. <ul class="this-page-menu">
  701. <li><a href="../bugs.html">Report a Bug</a></li>
  702. <li>
  703. <a href="https://github.com/python/cpython/blob/main/Doc/library/cgi.rst"
  704. rel="nofollow">Show Source
  705. </a>
  706. </li>
  707. </ul>
  708. </div>
  709. </div>
  710. <div id="sidebarbutton" title="Collapse sidebar">
  711. <span>«</span>
  712. </div>
  713. </div>
  714. <div class="clearer"></div>
  715. </div>
  716. <div class="related" role="navigation" aria-label="related navigation">
  717. <h3>Navigation</h3>
  718. <ul>
  719. <li class="right" style="margin-right: 10px">
  720. <a href="../genindex.html" title="General Index"
  721. >index</a></li>
  722. <li class="right" >
  723. <a href="../py-modindex.html" title="Python Module Index"
  724. >modules</a> |</li>
  725. <li class="right" >
  726. <a href="cgitb.html" title="cgitb — Traceback manager for CGI scripts"
  727. >next</a> |</li>
  728. <li class="right" >
  729. <a href="audioop.html" title="audioop — Manipulate raw audio data"
  730. >previous</a> |</li>
  731. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  732. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  733. <li class="switchers">
  734. <div class="language_switcher_placeholder"></div>
  735. <div class="version_switcher_placeholder"></div>
  736. </li>
  737. <li>
  738. </li>
  739. <li id="cpython-language-and-version">
  740. <a href="../index.html">3.12.3 Documentation</a> &#187;
  741. </li>
  742. <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
  743. <li class="nav-item nav-item-2"><a href="superseded.html" >Superseded Modules</a> &#187;</li>
  744. <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">cgi</span></code> — Common Gateway Interface support</a></li>
  745. <li class="right">
  746. <div class="inline-search" role="search">
  747. <form class="inline-search" action="../search.html" method="get">
  748. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  749. <input type="submit" value="Go" />
  750. </form>
  751. </div>
  752. |
  753. </li>
  754. <li class="right">
  755. <label class="theme-selector-label">
  756. Theme
  757. <select class="theme-selector" oninput="activateTheme(this.value)">
  758. <option value="auto" selected>Auto</option>
  759. <option value="light">Light</option>
  760. <option value="dark">Dark</option>
  761. </select>
  762. </label> |</li>
  763. </ul>
  764. </div>
  765. <div class="footer">
  766. &copy;
  767. <a href="../copyright.html">
  768. Copyright
  769. </a>
  770. 2001-2024, Python Software Foundation.
  771. <br />
  772. This page is licensed under the Python Software Foundation License Version 2.
  773. <br />
  774. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
  775. <br />
  776. See <a href="/license.html">History and License</a> for more information.<br />
  777. <br />
  778. The Python Software Foundation is a non-profit corporation.
  779. <a href="https://www.python.org/psf/donations/">Please donate.</a>
  780. <br />
  781. <br />
  782. Last updated on Apr 09, 2024 (13:47 UTC).
  783. <a href="/bugs.html">Found a bug</a>?
  784. <br />
  785. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
  786. </div>
  787. </body>
  788. </html>
上海开阖软件有限公司 沪ICP备12045867号-1