Examples:
- GET /http/hello.html HTTP/1.0
- HEAD /http/hello.html HTTP/1.0
- POST /http/add.cfm HTTP/1.0
- GET /http/cgi.cfm HTTP/1.0
- GET /http/cfheader1.cfm HTTP/1.0
- GET /http/cfheader2.cfm HTTP/1.0
- GET /http/cfcookie.cfm HTTP/1.0
- GET /http/cflocation.cfm HTTP/1.0
- GET /http/cfcontent1.cfm HTTP/1.0
(Try this via telnet, Internet Explorer, and Mozilla)
- GET /http/cfcontent2.cfm HTTP/1.0
- getHttpRequestData()
- <CFHTTP> GET:
cfhttp1_get.html
cfhttp1.cfm
- <CFHTTP> POST:
cfhttp2.cfm
- Example #1 - No Content
- Example #2 - CFCONTENT without using the <CFCONTENT> tag