From: David H. <dav...@gm...> - 2011-01-11 16:26:55
|
Hello, I am trying to parse the incoming query in a request to the synchronous server. I see that there is a "query" method on the HTTP Normal Client Request but not the Pod Server Request. I can't find any example of the server request query parameters. Is there a simple way to pull out the "?" query portion of the uri? I am able to get the destination(request) method to work and could do some string parsing but I figured there is a better way... Thanks, -Dave- |