Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What is this PR for? After #2373, zeppelin-web dev mode does not work properly. Dev mode always ask user login (even if authentication is turned off) and any login attempt will fail. So it makes difficult to develop front-end. This PR fixes problem by not adding `X-Requested-With: XMLHttpRequest` header in dev mode. ### What type of PR is it? Bug Fix ### Todos * [x] - Fix devmode ### How should this be tested? run zeppelin-web dev mode and see if you can login / open notebook ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <[email protected]> Closes #2463 from Leemoonsoo/fix_devmode and squashes the following commits: 073c128 [Lee moon soo] fix indent bf15efc [Lee moon soo] do not apply X-Requested-With : XMLHttpRequest header in dev mode
- Loading branch information