Examples:

  1. GET /http/hello.html HTTP/1.0
  2. HEAD /http/hello.html HTTP/1.0
  3. POST /http/add.cfm HTTP/1.0
  4. GET /http/cgi.cfm HTTP/1.0
  5. GET /http/cfheader1.cfm HTTP/1.0
  6. GET /http/cfheader2.cfm HTTP/1.0
  7. GET /http/cfcookie.cfm HTTP/1.0
  8. GET /http/cflocation.cfm HTTP/1.0
  9. GET /http/cfcontent1.cfm HTTP/1.0     (Try this via telnet, Internet Explorer, and Mozilla)
  10. GET /http/cfcontent2.cfm HTTP/1.0
  11. getHttpRequestData()
  12. <CFHTTP> GET:     cfhttp1_get.html     cfhttp1.cfm
  13. <CFHTTP> POST:     cfhttp2.cfm
  14. Example #1 - No Content
  15. Example #2 - CFCONTENT without using the <CFCONTENT> tag