On Sun, 2005-10-02 at 08:31 -0700, Thomas Hehl wrote:

> So, I guess, I'm trying to figure out what the next step is. Anyone know how 
> to make httpclient not stick a ? at the end of a GET? Anyone have any other 
> ideas?
> 

HttpClient does not append a question mark to urls out of the blue. I
suspect this is what your code passes to the GetMethod constructor as a
parameter or somewhere in your code the query string of the GetMethod
instance is set to ""

Oleg

> Thanks!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to