Remove usages of BasicAuthorizationInterceptor
See gh-14830
This commit is contained in:
committed by
Stephane Nicoll
parent
3bda1993bb
commit
8b14754cda
@@ -5914,7 +5914,7 @@ The following code shows a typical example:
|
||||
|
||||
TIP: `RestTemplateBuilder` includes a number of useful methods that can be used to
|
||||
quickly configure a `RestTemplate`. For example, to add BASIC auth support, you can use
|
||||
`builder.basicAuthorization("user", "password").build()`.
|
||||
`builder.basicAuthentication("user", "password").build()`.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user