Posts by Joao Pedro • 51 points
1 post
-
5
votes1
answer1207
viewsQ: How to access a specific http header?
I have a Rest API in Java, which makes use of JWT to authenticate users and generate tokens to access their resources. I have an application in Angularjs, which should consume these resources, but I…