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