Thursday, January 12, 2012

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...

No comments:

Post a Comment