I need some help on how to add POST parameters on links under users' "Active resources" (image: http://1drv.ms/1QhAEKk). The protected link is like: http://localhost/aaa/index.html. I would like the URL parameter part [?id=666] not to be visible when user hovers over the resource link [http://localhost/aaa/index.html?id=666]. Is it possible that kind of hook?
Do you mean you want to have GET parameter in link but you do not want user see it? I guess it is not possible. Browser show exact link url once user hover on it.