12 lines
466 B
Markdown
12 lines
466 B
Markdown
=========
|
|
|
|
## REST API with Basic Authentication - Example Project
|
|
|
|
###The Course
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
|
|
|
### 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)
|
|
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
|