This commit is contained in:
eugenp 2013-08-04 14:06:29 +03:00
parent 7c23ee9dde
commit 1559d22e2f
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,8 @@
=========
## Spring Security with RestTemplate - Example Project
## REST API with Basic Authentication - Example Project
### 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)
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
TODO: rename to: spring-security-rest-basic-auth

View File

@ -1,6 +1,7 @@
=========
## Spring Security with RestTemplate - Example Project
## REST API with Digest Authentication - Example Project
### Relevant Articles:
- [RestTemplate with Digest Authentication](http://www.baeldung.com/resttemplate-digest-authentication)