I am trying to develop a web application using SPRING-BOOT that requires me to consume an external API to authenticate the access token. How do I pass that token in my code?
Asked
Active
Viewed 37 times
0
-
Please take a look at this [post](https://stackoverflow.com/questions/21101250/sending-get-request-with-authentication-headers-using-resttemplate)! – Marckfish May 21 '22 at 11:44
-
Hello! Please provide your attempt to tackle the question such that others may tweak and suggest improvements. Here is some documentation on how to write a good question: https://stackoverflow.com/help/how-to-ask – Impurity May 22 '22 at 15:25
-
Please provide enough code so others can better understand or reproduce the problem. – Community May 22 '22 at 15:25