Hi RaKi,
On the http_request object you can access the request URI via the http_request::request_uri method. This returns an web::uri object. From which you can access the query component of the URI and use a method like uri::split_query to break down all the parameters.
Steve
On the http_request object you can access the request URI via the http_request::request_uri method. This returns an web::uri object. From which you can access the query component of the URI and use a method like uri::split_query to break down all the parameters.
Steve