[EMAIL PROTECTED] unicode in basic auth

2008-10-17 Thread Milos Jakubicek
Hi all, I've maybe a very simple problem (I can't understand I didn't find a solution anywhere, so it must be really simple:) -- I need to use unicode characters (encoded in utf8) in basic auth username/password field. I don't understand why it doesn't work now, I thought that there

Re: [EMAIL PROTECTED] unicode in basic auth

2008-10-17 Thread Eric Covener
On Fri, Oct 17, 2008 at 9:19 AM, Milos Jakubicek [EMAIL PROTECTED] wrote: Hi all, I've maybe a very simple problem (I can't understand I didn't find a solution anywhere, so it must be really simple:) -- I need to use unicode characters (encoded in utf8) in basic auth username/password field.

Re: [EMAIL PROTECTED] unicode in basic auth

2008-10-17 Thread André Warnier
Eric Covener wrote: On Fri, Oct 17, 2008 at 9:19 AM, Milos Jakubicek [EMAIL PROTECTED] wrote: Hi all, I've maybe a very simple problem (I can't understand I didn't find a solution anywhere, so it must be really simple:) -- I need to use unicode characters (encoded in utf8) in basic auth

Re: [EMAIL PROTECTED] unicode in basic auth

2008-10-17 Thread Milos Jakubicek
Hi, This is another idea : Are you *sure* that the browser *really* understands what you enter/paste in the userid/password fields of its built-in Basic authentication dialog, as being UTF-8 ? Where is this specified ? No I'm not -- I'd say it should use what is in my locale(?). I also

Re: [EMAIL PROTECTED] unicode in basic auth

2008-10-17 Thread André Warnier
Milos Jakubicek wrote: Unfortunately it's not so easy, let's see what I'm getting when I send the following two strings ěščřžýáíéňďťúůó ĚŠČŘŽÝÁÍÉŇĎŤÚŮÓ as username and password (delimited with -): No, it's not easy, specially when you may have 2 or 3 translation steps going on in-between

Re: [EMAIL PROTECTED] unicode in basic auth

2008-10-17 Thread Milos Jakubicek
Hi, If you are using Firefox as a browser, I strongly recommend that you get an add-on like LiveHttpHeaders. That will show you *exactly* what your browser is sending to the server as HTTP headers with each request. I should have read this earlier;) Meanwhile I've investigated the same but