I have tried Scrappy post method for a site. I have given requested url, headers and query arguments correctly. In Cpan it is defined that post method return HTTP::Response object.So I have checked $Scraper->content. But it gives only undef value.
But I could able to get the content using LWP ::UserAgent module.How can i get the content using Scrappy module.