Jochen Wiedmann wrote:
> On Mon, Jul 21, 2008 at 12:47 PM, TomazM <[EMAIL PROTECTED]> wrote:
>
>> Is in xmlrpc 3.1 specification any limitation of HTTP Headers?
>
> Most possibly, you are doing an HTTP GET, rather than an HTTP POST.
>
> Jochen
>
>
I'm using
XmlRpcClientConfigImpl(XmlRpcClientConfigImpl.setBasicPassword(pPassword),
XmlRpcClientConfigImpl.setBasicUserName(pUser)) and
I'm geting error:
SEVERE: HTTP Header too long
java.io.IOException: HTTP Header too long
at org.apache.xmlrpc.util.HttpUtil.readLine(HttpUtil.java:138)
I would like to pass token(800 characters long Base64) as a password and on
server side validate this token.
Tomaz