get the HTTP command parameter in cfml
How to get the HTTP command parameter in cfml?
e.g.
if the HTTP command is
GET /DATA/pg/index.cfm?lang=en HTTP/1.1
then the parameter should be
lang=en
if the HTTP command is
GET /DATA/pg/index.cfm?lang=fr HTTP/1.1
then the parameter should be
lang=fr
