libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Retrieving GET parameters in form http://...?wsdl


From: CHIARAMELLO Daniel
Subject: [libmicrohttpd] Retrieving GET parameters in form http://...?wsdl
Date: Tue, 27 Sep 2011 08:52:38 +0200

Hi all.
 
Im a confronted to a GET request that I'm not able to recognize...
 
The request is the following:
 
http://blabla.blabla.bla/blabla/blabla?wsdl
 
I first thought that I could recognize such request by doing a:
 
const char* value = MHD_lookup_connection_value(
        connection,
        MHD_GET_ARGUMENT_KIND,
        "wsdl");
 
But it's not the case - this only works if the Url was expressed in the form
?wsld=something

Is there a way to recognize it?

Thanks for your attention,
Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]