i have a WebClientConfig config class where i need a token to connect web client, to get the token i need to connect other server but the token server host i will receive in request attribute. is there any way to achieve it in spring boot.
i have a WebClientConfig config class where i need a token to connect web client, to get the token i need to connect other server but the token server host i will receive in request attribute. is there any way to achieve it in spring boot.