codeGK
Code it ALL
HTML Post Method - CodeGK
♦ HTML Post Method

♣ About HTML Post Method

POST Method is for data retrieval method.
POST Method passes data in encrypted format.
POST Method is mainly used to transfer important data such as numbers for the password, username, private-messages, etc.
POST is NOT a default Method in HTML.
Note that the POST method is essential for passing secretive data.

♣ Example1: Pass credentials with POST method in HTML

In this example, username and password are passed with POST method.
Example
Input:
Output:
Prev_LessonNext_Lesson
HTML Post Method