Welcome to the monastery, {if you haven't already been :)}

While I have no experience coding LWP it would seem to me that either the POST or GET method is not being allowed on this server. Also you may want to state explicitly which line causes the error, so you could see which method it was not taking a liking to.

Have you tried this on a website you own (assuming this one is not run by you)? even one setup on your local machine via Apache/IIS would be sufficient.. can you pull data there? My first step of debugging (with no LWP exp as stated) would be to see if I or the site in question is the problem. Try it on a site of your own to see if you have a malformed request. If it works there, then it may be something with the site you are requesting from

Just my thoughts,

Grygonos

In reply to Re: Webpage Contents by Grygonos
in thread Webpage Contents by Vanquish

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.