Getting unicode string from URL

2010-10-24 Thread Morten Pedersen
this value in my Django view i need it as a regular or Unicode string but i cannot seem to figure out how. Niether: urllib.unquote_plus(variable) Nor: urllib.unquote_plus(variable).encode('UTF8') ...reassembles the original string... what am i missing? Best wishes Morten Peders

Help with http basic authentication

2010-10-12 Thread Morten Pedersen
Hi everyone I would be very very gratefull for any help getting access to the basic http user and password through Django. A simple app that print out the password an user to the browser would really help me very very much. Cheers Morten Pedersen Denmark -- You received this message because