configuration - add http header to zeppelin server rest api -


i integrate zeppelin on application , rest api's return me following error :

 xmlhttprequest cannot load http://localhost:8080/api/notebook/2cbb836vw/permissions. request header field x-requested-with not allowed access-control-allow-headers in preflight response.  

after searching found must include header in server

"x-access_token", "access-control-allow-origin", "authorization", "origin", "x-requested-with", "content-type", "content-range", "content-disposition", "content-description"  

where can found configuration file , add on zeppelin .


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -