You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use postman, do not select anything in Authorization tab and proceed right into Headers. Create new entry 'Authorization' and copy the header value from some recent request in browser network panel.
Be aware of changing token every few minutes. It gets annoying after while, so disabling security (for debugging) might be an option. In file services/src/main/webapp/WEB-INF/web.xml comment out <security-constraint> section.