You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether using RestTemplate or WebClientBuilder, would it make sense to use as default User-Agent header the value of spring.application.name?
At the moment i am using a "custom" RestTemplateCustomizer that is injecting this header. for RestTemplate and defaultHeaders method for WebClientBuilder, but i think it makes sense for the User-Agent to be set to spring.application.name by default.