ExtJS.Ajax - Authentication?

Posted by lajuette on Stack Overflow See other posts from Stack Overflow or by lajuette
Published on 2010-03-16T16:29:06Z Indexed on 2010/03/16 16:31 UTC
Read the original article Hit count: 532

Filed under:
|
|
|

Is there a way to send requests using ExtJS.Ajax to endpoints that require authentication (e.g. Basic Authentication)? Adding an Authorization-Header won't work.

headers : { Authorization : 'Basic ' + Ext.util.base64.encode(username + ':' + password) }

© Stack Overflow or respective owner

Related posts about extjs

Related posts about AJAX