Hi, I realized the issue. Since I'm making a json request from a separate server, it's considered XSS (duh, sheesh). So, through jsonp I'm able to make it work, but it requires me to provide an override to the json renderer servlet to wrap the response with the callback method.
Seems like I recall a recent thread where someone was working with jsonp as well. John On Fri, Dec 4, 2009 at 6:09 PM, John Crawford <[email protected]> wrote: > Greetings, > > I'm utilizing the Sling GET servlet through JQuery on another platform, > however, I'm seeing a 401 unauthorized response. Other than passing in the > <user>:<pass>@<host>.json, how can I authenticate? When I pass the full > credentials into the address bar on Firefox, it warns me that the website > I'm accessing is not requiring authentication. > > Respectfully, > John >
