1👍
✅
In your QueryDict, there is a space after the name rid
. So try using
getrid = request.GET['rid ']
to get the value of rid
from your url.
Source:stackexchange.com