Is it possible to added named arguments to the URL, such as ?n=123 the problem with request.args is that you have to know in advance where in your url structure the data you want to access is held.
Thanks Simon --
Is it possible to added named arguments to the URL, such as ?n=123 the problem with request.args is that you have to know in advance where in your url structure the data you want to access is held.
Thanks Simon --