| jquery Programming Glossary: enc2How can I pass windows authentication to webservice using jQuery? http://stackoverflow.com/questions/1002179/how-can-i-pass-windows-authentication-to-webservice-using-jquery  encode function input var output var chr1 chr2 chr3 enc1 enc2 enc3 enc4 var i 0 input Base64._utf8_encode input while i input.length.. input.charCodeAt i chr3 input.charCodeAt i enc1 chr1 2 enc2 chr1 3 4 chr2 4 enc3 chr2 15 2 chr3 6 enc4 chr3 63 if isNaN.. output output this._keyStr.charAt enc1 this._keyStr.charAt enc2 this._keyStr.charAt enc3 this._keyStr.charAt enc4  return output.. 
 How can I pass windows authentication to webservice using jQuery? http://stackoverflow.com/questions/1002179/how-can-i-pass-windows-authentication-to-webservice-using-jquery  public method for encoding encode function input var output var chr1 chr2 chr3 enc1 enc2 enc3 enc4 var i 0 input Base64._utf8_encode input while i input.length chr1 input.charCodeAt i chr2 input.charCodeAt i chr3.. input while i input.length chr1 input.charCodeAt i chr2 input.charCodeAt i chr3 input.charCodeAt i enc1 chr1 2 enc2 chr1 3 4 chr2 4 enc3 chr2 15 2 chr3 6 enc4 chr3 63 if isNaN chr2 enc3 enc4 64 else if isNaN chr3 enc4 64  output output.. 63 if isNaN chr2 enc3 enc4 64 else if isNaN chr3 enc4 64  output output this._keyStr.charAt enc1 this._keyStr.charAt enc2 this._keyStr.charAt enc3 this._keyStr.charAt enc4  return output  public method for decoding decode function input var output.. 
 |