[Answered ]-Appending Django HTTP Proxy URLs

2👍

From Django docs:

The URLconf searches against the requested URL, as a normal Python string. This does not include GET or POST parameters, or the domain name.

You can’t put GET parameters inside url regexp.

Leave a comment