I am currently defining regular expressions in order to capture parameters in a URL, as described in the tutorial. How do I access parameters from the URL as part the
Using GET
request.GET["id"]
Using POST
request.POST["id"]