Closed asmyasnikov closed 6 years ago
I believe you can use CrackedUri and CrackedUriHandler
I see this utils. Is this utils return ALL params (from QUERY_STRING header of GET-request and body of POST-request)?
There's no support for retrieving query strings from POST
, I'm afraid: you'll have to handle any POST
ed data yourself.
Hi! How to get query string parameters in GET/POST request handler?