Spring Boot Microservice Full authentication is required to access this resource Error
Hi, I have got a problem in sending a request to other services from one service.
I got this error shown below.
Here is the link : https://stackoverflow.com/questions/74843944/spring-boot-microservice-org-springframework-web-client-httpclienterrorexception
How can I fix it?
I got this error shown below.
Here is the link : https://stackoverflow.com/questions/74843944/spring-boot-microservice-org-springframework-web-client-httpclienterrorexception
How can I fix it?
Stack Overflow
I have a problem about sending a request to other service from one service. All services have security. That's why you couldn't send a request to url without the bearer token.
I defined bearer toke...
I defined bearer toke...