Credential in Django URL username:password@domain.com/?param=value
My query is very simple, is it possible in Django to supply credentials in
url scheme? I need it because I can easily curl it and at the same time I
can keep get parameters free from weird values.
For example http://username:password@domain.com/?param=value
No comments:
Post a Comment