Re: CORS problem

2021-10-21 Thread Alessandro Busato
e paragraph link into any iframes of your app rebembers to proxy websocket too Best regards, Alessandro On 2021/10/18 10:57:25, Alessandro Busato wrote: > it is better > /api/notebook/** = authcBasic > /** = authc > > this replacement permits logging-in to webapp with no basic auth

notebook rest api: type of image block info

2021-10-20 Thread Alessandro Busato
Hello, I'm using rest api to retrieve note/paragraph informations, the paragraph response includes results array, if the item type is IMG , the one is encoded base64, there no info about the mime of image(ie. data: image/png;base64, ), can I assume that for any interepreter, images are only

Re: CORS problem

2021-10-18 Thread Alessandro Busato
it is better /api/notebook/** = authcBasic /** = authc this replacement permits logging-in to webapp with no basic authentication browser popup and a the same time to use rest notepbook api in CORS mode with no problem. Alessandro On 2021/10/18 06:58:02, Alessandro Busato wrote: > I sol

Re: CORS problem

2021-10-17 Thread Alessandro Busato
uot;headers": { "Authorization":"Basic YWRtaW46cGFzc3dvcmQx" } }).done(function (data) { console.log(data) }).fail(reason => { console.log(reason); }); Best regar

Re: CORS problem

2021-10-17 Thread Alessandro Busato
On 2021/10/17 11:11:21, Jeff Zhang wrote: > Do you embed zeppelin as an iframe in your app ? No, it isn't. Best regards, Alessandro > > Alessandro Busato 于2021年10月17日周日 下午6:11写道: > > > Evewrithing works in the if zeppelin and my webapp lives in the same > >

CORS problem

2021-10-17 Thread Alessandro Busato
Evewrithing works in the if zeppelin and my webapp lives in the same origin, but NOT when I'm trying to connecto to zeppelin server via CORS, the login step works, but others as "notebook list" jquery cannot set JSESSIONID so Zeppelin respond with redirect to /api/login throwing an exception becau

Re: RE: Build 0.10.0-SNAPSHOT failure on shell

2021-07-07 Thread Alessandro Busato
in this PR > https://github.com/apache/zeppelin/pull/4164 > > I will merge this soon > > > Alessandro Busato 于2021年7月7日周三 下午1:20写道: > > > I found the problem, I hope someone can confirm, > > bintray has been closed, > > > > > > https://stack

Re: RE: Build 0.10.0-SNAPSHOT failure on shell

2021-07-06 Thread Alessandro Busato
I found the problem, I hope someone can confirm, bintray has been closed, https://stackoverflow.com/questions/67804266/could-not-get-https-dl-bintray-com-lukaville-maven-com-nbsp-library-1-09 following the JFrog official blog https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-cha

Re: RE: Build 0.10.0-SNAPSHOT failure on shell

2021-07-06 Thread Alessandro Busato
On 2021/07/06 15:53:52, Daubignard Marion wrote: > Hi Alessandro, > I myself have trouble building 0.9. A lot of these weird messages were > appearing when I did not build with the right version of Java. You might > check that you have java 1.8 (java -version will do the trick). > Since changi

Build 0.10.0-SNAPSHOT failure on shell

2021-07-06 Thread Alessandro Busato
Hi, I followed all the steps described into documentation, building fails on zeppelin-shell, this is the error [ERROR] Failed to execute goal on project zeppelin-shell: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-shell:jar:0.10.0-SNAPSHOT: Failed to collect dependenc