doc work
This commit is contained in:
parent
7c23ee9dde
commit
1559d22e2f
|
@ -1,10 +1,8 @@
|
||||||
=========
|
=========
|
||||||
|
|
||||||
## Spring Security with RestTemplate - Example Project
|
## REST API with Basic Authentication - Example Project
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [RestTemplate with Basic Authentication in Spring](http://www.baeldung.com/2012/04/16/how-to-use-resttemplate-with-basic-authentication-in-spring-3-1)
|
- [RestTemplate with Basic Authentication in Spring](http://www.baeldung.com/2012/04/16/how-to-use-resttemplate-with-basic-authentication-in-spring-3-1)
|
||||||
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
|
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
|
||||||
|
|
||||||
TODO: rename to: spring-security-rest-basic-auth
|
|
|
@ -1,6 +1,7 @@
|
||||||
=========
|
=========
|
||||||
|
|
||||||
## Spring Security with RestTemplate - Example Project
|
## REST API with Digest Authentication - Example Project
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
- [RestTemplate with Digest Authentication](http://www.baeldung.com/resttemplate-digest-authentication)
|
||||||
|
|
Loading…
Reference in New Issue