apache-commons-httpclient Questions

3

Solved

2

Solved

I am using Apache Commons HttpClient PostMethod 3.1. In the PostMethod class there are also three methods for setting POST method's request body: setRequestBody(InputStream body) setRequestBody(S...
Otocyst asked 19/1, 2010 at 9:38

5

Solved

I need to set up proxy authentication against a SOCKS proxy. I found out this post giving instructions that appear to work with common HTTP proxies. httpclient.getHostConfiguration().setProxy("pr...
Megalo asked 7/9, 2009 at 11:8

3

Solved

So I've got some Java code that uses Jakarta HttpClient like this: URI aURI = new URI( "http://host/index.php?title=" + title + "&action=edit" ); GetMethod aRequest = new GetMethod( aURI.getEs...
Myogenic asked 1/4, 2010 at 4:25

© 2022 - 2024 — McMap. All rights reserved.