Hi All,

I know all of you are very busy, but could you look at POST request results
( this is "print $req->as_string ") :
What is the "%00H" in the last line???


my $resp = $ua->request(POST 'https://www.assist.ru/reports/results.cfm',
[ @params ]);
my $req  = $resp->request;
print $req->as_string

[ debug | Thu Aug  2 03:50:02 2001 ] POST http://bsadm.yyy.com/banners.xhtml
User-Agent: libwww-perl/5.48
Content-Length: 3103
Content-Type: application/x-www-form-urlencoded

orderid1=299&bannerid1=56&title1=AMT%26amp%3BC%20Ltd.&body1=%F0%CF%CC%C9%CD%
C5%D2%CE%D9%C5%0D%0A%CD%C1%C7%CE%C9%D4%CE%
[..]
%0D%0A%EB%CF%CE%D3%D5%CC%D8%D4%C1%C3%C9%C9&href1=http%3A%2F%2Famtc.org%2Frus
%2FSales.html&phrases1=%CD%C1%C7%CE%A9%00%
[.. look at %00]
[.. skipped a lot ]
%CC%CB%C1%20-%D4%CF%CD%CF%E2%00%00%00H%FC%20-

What is the %00H ??? How could it happend??? Is it LWP bug?
phrases1 does not contain 'H' chars ..

Vlad.


Reply via email to