I'm caught in a situation where I need to manually add a header(Authorization
) to the request.
The catch is that I only need to add that header to requests coming to a specific API(Controller
). Not to all.
I'm using Java 1.8 with Spring Boot.
Is there anyway to achieve this?
I want to achieve this : Image description