-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List parameters in get request are not correctly transmitted #15
Comments
I managed to make it working by using this piece of code:
|
robertaistleitner
pushed a commit
to robertaistleitner/django-proxy
that referenced
this issue
Nov 6, 2019
According to mjumbewu#15, kudos to @camdarley!
+1 on this |
+1 On the issue. I've used the workaround @camdarley recommended and uninstalled the library. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When a GET request with list list parameters, such as
http://<hostname>?selected=A&selected=B
, is proxied to an endpoint, only last parameter "B" is transmitted (usingrequest.GET.getList('selected')
)Regards
The text was updated successfully, but these errors were encountered: