The Artima Developer Community
Sponsored Link

Java Answers Forum
encoding and basic authentication header

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Don Hill

Posts: 70
Nickname: ssswdon
Registered: Jul, 2002

encoding and basic authentication header Posted: Apr 6, 2004 8:56 AM
Reply to this message Reply
Advertisement
I am trying to find information on the encoding of the basic authentication header, I know that it used base64 encoding for transmitting over the wire but there is also other encoding once the bytes are decoded. Heres a couple of questions.

1.) if I have a chinese OS using a browser with a char set of GB2312 encoding, this browser will be connecting to a machine with CP1252 windows default j2ee server in north america, how is the encoding determine or set.

2.) same case for a North America browser connecting to a Chinese server.

3.) Chinese -> Chinese server

Any thought or help would be great.

Topic: JSlider that allows a range of gamma Previous Topic   Next Topic Topic: Assert in java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use