-
Apr 19th, 2010, 04:42 AM
#1
A java-client for Spring Security
Hello,
I have very simple question but have cannot find the answer...
I have spring-security based web-application, which return some data for logged user (for example, http://localhost:8895/xxx/get.jsp --> "Hello" for authorized users, and http://localhost:8895/xxx/get.jsp --> "No", otherwise).
Where could I find a simple java-client for the resource http://localhost:8895/xxx/get.jsp (which would be able to pass the username and the password)?
-Andrey
-
Apr 19th, 2010, 05:21 AM
#2
Ok, HttpClient http://hc.apache.org/downloads.cgi looks like to work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules