2013-07-24 17:06:35 -04:00
|
|
|
=========
|
|
|
|
|
2013-08-04 07:06:29 -04:00
|
|
|
## REST API with Basic Authentication - Example Project
|
2013-07-24 17:06:35 -04:00
|
|
|
|
2016-06-28 05:36:31 -04:00
|
|
|
###The Course
|
2016-08-12 10:00:58 -04:00
|
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
2013-07-24 17:06:35 -04:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2017-09-07 14:10:03 -04:00
|
|
|
- [RestTemplate with Basic Authentication in Spring](http://www.baeldung.com/how-to-use-resttemplate-with-basic-authentication-in-spring)
|
2013-08-01 16:46:25 -04:00
|
|
|
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
|
2013-08-10 18:27:27 -04:00
|
|
|
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
|
2017-03-24 15:06:32 -04:00
|
|
|
- [Writing a Custom Filter in Spring Security](http://www.baeldung.com/spring-security-custom-filter)
|
2017-09-07 14:10:03 -04:00
|
|
|
- [Spring Security Basic Authentication](http://www.baeldung.com/spring-security-basic-authentication)
|