Home » U++ Library support » U++ MT-multithreading and servers » HttpQuery - not working?
Re: HttpQuery - not working? [message #28100 is a reply to message #28034] |
Mon, 16 August 2010 08:59 |
jeremy_c
Messages: 175 Registered: August 2007 Location: Ohio, USA
|
Experienced Member |
|
|
Ah, I got it. I set out to fix this "bug" this morning and when stepping through the debugger it hit me. The key is converted to Upper Case.
Thus:
CONSOLE_APP_MAIN
{
HttpQuery q("http://google.com?name=John");
Cout() << "Name=" << q.GetString("NAME") << "\n";
}
works.
Jeremy
|
|
|
Goto Forum:
Current Time: Fri Nov 01 02:03:44 CET 2024
Total time taken to generate the page: 0.03802 seconds
|