Credential in Django URL username:password@domain.com/?param=value -


my query simple, possible in django supply credentials in url scheme? need because can curl , @ same time can keep parameters free weird values.

for example http://username:password@domain.com/?param=value

you can try use http://djangosnippets.org/snippets/243/ . add decorator view @logged_in_or_basicauth() snippet.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -