problem description
at present, the Rest API, built with SpringMVC in the project not only wants to be called by front-end Ajax, but also wants to be provided to a third party through HTTPClient. At the same time, third parties need to support security authentication such as digest. Is there any better solution?
the environmental background of the problems and what methods you have tried
1. At present, I am thinking of developing another layer of API to a third party to support the summary through security
related codes
/ / Please paste the code text below (do not replace the code with pictures)