12 lines
466 B
Markdown
Raw Normal View History

=========
2013-08-04 14:06:29 +03:00
## REST API with Basic Authentication - Example Project
2016-06-28 12:36:31 +03:00
###The Course
2016-08-12 17:00:58 +03:00
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
### Relevant Articles:
2013-07-25 01:05:45 +03:00
- [RestTemplate with Basic Authentication in Spring](http://www.baeldung.com/2012/04/16/how-to-use-resttemplate-with-basic-authentication-in-spring-3-1)
2013-08-01 23:46:25 +03:00
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)