Prototyping 2014-02-12 (Networked Media): Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* What is an HTTP request?
* What is an HTTP request?
* What's the difference between GET and POST?
* What's the difference between GET and POST?
* What's CGI?
* What's [[CGI]]?
* What data is exchanged in a (simple) HTTP request
* What data is exchanged in a (simple) HTTP request?


* Concerning [[PERL]]... http://www.foo.be/docs/tpj/issues/vol1_1/tpj0101-0002.html
* Concerning [[PERL]]...
** http://www.foo.be/docs/tpj/issues/vol1_1/tpj0101-0002.html
** http://www.foo.be/docs/tpj/issues/vol1_1/tpj0101-0005.html


* Exercise: CGI scripts
* Historical examples: [[guestbook]], [[hitcounter]]
* Historical examples: [[guestbook]], [[hitcounter]], [[webring]]

Latest revision as of 10:42, 12 February 2014

  • What is an HTTP request?
  • What's the difference between GET and POST?
  • What's CGI?
  • What data is exchanged in a (simple) HTTP request?