Actually I do have one final question along the same lines. Now that I'm using the URL Alias I'm also trying to pass a variable along to my new page using POST.
The Tango URL Alias link normally looks like this:
/index.php?url=device
Is it possible to POST values though to new pages like so:
/index.php?url=device&sn=123
The new "sn" value does not seem to pass into my new page. The device page looks something like this: