I try it and use $.ajax and beforeSend, then I known that maybe sending ajax request to other domain is not allowed, So I turn to the server side and I finally have done it.
On Apr 4, 1:37 pm, "harryzou" <[EMAIL PROTECTED]> wrote: > Hi, I am trying to have fun with Google Data API and of course > jQuery, > Anyone know how to set Authorization Headers using jQuery or is it > possible? > like:Authorization: AuthSub token="yourAuthToken" > > Thanks!