Copyright © 2001 Qusay H. Mahmoud
17
POST
l
More sophisticated than GET
l
l
Data is not sent as URL-encoded (I.e. not part
of the URL)
l
l
When POST is used, data is sent as a
separate message (input stream)
l
l