cfhttp Passing POST variables via a link that is clicked?
问题 I was looking at the cfhttp tag and it is possible to use it to pass variables via clicked link? <cfhttp method="Post" url="myurl"> I am trying to pass variables on a link click (for example, user IDs), but it seems a bit insecure to send via GET... 回答1: My original answer completely missed the mark, but I can't delete an accepted answer, so for the purposes of clarity, I'm changing this answer to agree with Billy's comment above. CFHTTP is for making a server-side request to another website