Closed norbertlaposa closed 2 months ago
Short URLs are https://{hostname}/{node_id}, for example https://centra.ie/995 translated to https://centra.ie/beat-the-queue
We need to add support for HTTP GET parameters, for example https://centra.ie/995?test=1 should translate to https://centra.ie/beat-the-queue?test=1
See https://github.com/laposa/onyx/blob/master/controllers/uri_mapping.php#L76
Short URLs are https://{hostname}/{node_id}, for example https://centra.ie/995 translated to https://centra.ie/beat-the-queue
We need to add support for HTTP GET parameters, for example https://centra.ie/995?test=1 should translate to https://centra.ie/beat-the-queue?test=1
See https://github.com/laposa/onyx/blob/master/controllers/uri_mapping.php#L76