I am working with a company that builds windows C based software. We will be putting a link in the application that will point to a PHP website.
For security reasons we only want registered software users to get to this site (with out setting up a user/pass). Hence, we do not want to place URL/$_GET vars in the link.
How can I forge post data to hide the authentication data so that they cannot pass the URL to someone else??
Thanks