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

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - PyInstaller UAC not working in onefile mode -