Hi maverick786us,
If you are starting your listener from the command line locally you could pass in command line arguments. Then simply supply the string command line arguments to the http_request::reply(...) function. Replace the "Casablanca SDK!" string with what the user entered. Another option is you could read from std::cin.
Steve
If you are starting your listener from the command line locally you could pass in command line arguments. Then simply supply the string command line arguments to the http_request::reply(...) function. Replace the "Casablanca SDK!" string with what the user entered. Another option is you could read from std::cin.
Steve