Thanks to Woody as well (who may not on dev list yet). He raised the request and gave solution suggestions. Really helped a lot!
On Fri, Jan 9, 2015 at 9:27 PM, Luke Han <[email protected]> wrote: > Cool, JS API is great idea which will help a lot for other application to > consume Kylin data, especially for visualization. > > Thanks. > > 2015-01-08 14:50 GMT+08:00 jason zhong <[email protected]>: > > > Kylin security authorization use basic access authorization . > > > > to support user consume kylin api in their own javascript.we need to > solve > > cross domain problem,and require basic authorization in http headers. > > > > I add cors filter in our project to support cross domain. > > > > for more detail about the cors filter solution ,see here > > http://software.dzhuvinov.com/cors-filter-installation.html > > > > > > Here is a wiki to guide user use query API with authorization info > > > > > > > https://github.com/KylinOLAP/Kylin/wiki/How-to-consume-kylin-api-in-your-own-javascript > > >
