jquery XML feed reader that passes in username/password
I'm looking for a jQuery solution that will allow me to read an XML feed that requires authentication.
I have something that partially works, but I don't know how to pass credentials when calling the XML feed.
I know that ideally I shouldn't put credentials in jQuery but they are innocuous in this instance so i开发者_Python百科t's ok.
精彩评论