Web Pages with Python by Mario Rojas

Web Pages with Python by Mario Rojas

Author:Mario Rojas
Language: eng
Format: epub
Publisher: UNKNOWN
Published: 2021-04-12T00:00:00+00:00


Important all parameters and arguments in Cgi programs are passed as textual data. if your python script needs to use the data in either fixed binary or floating-point format, then you will need to convert it from textual to the binary format you need.

The POST Method

The POST method can be invoked only via an HTML form. It may not be invoked from the command line. This makes the data passed to your Python script much safer since it is encrypted to some extent. This is not to say that you cannot pass data via the GET method to a script that in turn uses the POST method to pass on data to another program. Just remember that sensitive data should not be passed to a CGI program via the GET method.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.