Hello people. Does anyone know if it is possible to post a variable to a c++ http tunnel or http connection. In php you can do this when you want to qualify someone on an email varification. People do this in a message so when someone clicks on the link to a web site, that link will contain a post variable it looks something like this.
php
href="http://www.someting.com?date=9/15/05&age=21">
I wanted to be able to receive the post from a email click , from a c++ program using an http connection instead of using a whole web site. This is likely possible in my mind. In the the link above that variable date is written in php. I doubt that would work in a c++ http connection does anyone know of this being done in a c++ compatible way, thanks.