looks like your query string may be longer than 256 characters. It
could be that it is violating HTTP specification and is getting
mangled by URLConnection.

have you tried it with the alpha sampler that uses HTTPClient?

peter


On Thu, 15 Jul 2004 12:28:10 +1000, Krishna, Raj <[EMAIL PROTECTED]> wrote:
> Hi there,
> 
> I am not able to capture and httprequest  attribute value
> 
> sid=1401bc9b1cca027f83343a68204d8c9cce9f1f93c3d0a0acf90e8e2a1fef4adc2760
> 2f2e64092a65e8bda1c329e3c8f4ddd4ebb994c0cca5686a5c555a73bff1ba6ad6f4a4c1
> b3d3fd936fbd5a7c200b
> 
> I have used the Regular Expression Extractor but in vain.
> 
> This is what I have used.
> 
> Regular expression :sid=(.*)
> 
> And I tired this
> 
> Regular expression :sid=(*)
> 
> I am not able to capture this long length of number and letters. Pls if
> any one how to pls let me know.
> 
> Cheers
> 
> Raj
> 
>

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

Reply via email to