Lesson - 65 : Python Advanced - Python CGI Programming : Passing Information using GET method

Опубликовано: 22 Январь 2018
на канале: Sada Learning Hub
266
7

**************************************************
before watching this video please whatch this video to configure your setup    • Lesson - 62 : Python Advanced - Python CGI...  
Python Core PlayList :    • Lesson - 01 : Python3 - What is python  
Python Advanced PlayList :    • Lesson - 46 : Python Advanced - Python OOP...  
**************************************************

Python CGI Programming : Passing Information using GET method :
It is possible to pass variables through URL. When you are using GET method in the FORM element the information will be send to the destination file through URL using the concept of Query String. 
A Query String is a collection of Name-Value pairs separated by & sign. Every Query String starts with ? in the URL. Consider Following URL: 

http://localhost:808/home.py?name=sadalearninghub

While you are passing variables through a URL using query string you have to face following difficulties: (1) The information you are trying to pass to the destination file is visible in the URL. So it is insecure and every one can view the information send by you. Thus it is not suitable for transferring secure information. (2) You can transfer limited amount of information using this method because the information is transferred via URL. 

Sample Projects : https://github.com/SadaLearningHub1/P...


На этой странице сайта вы можете посмотреть видео онлайн Lesson - 65 : Python Advanced - Python CGI Programming : Passing Information using GET method длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Sada Learning Hub 22 Январь 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 266 раз и оно понравилось 7 зрителям. Приятного просмотра!