How do I pass a query string from a response, meantime the relative template should also get loaded.
ex:
http://www.domain.com/test/?id=23423424
and id=23423424
is a key that is saved in the DB, so need to attach this when processing the response.
Thanks.