in reply to Re^2: Problem with simple LWP get request
in thread Problem with simple LWP get request

Then what was that you posted in the OP???
  • Comment on Re^3: Problem with simple LWP get request

Replies are listed 'Best First'.
Re^4: Problem with simple LWP get request
by Jaymac (Initiate) on Aug 24, 2011 at 14:53 UTC
    It should return an authentication key (a string of characters) at the end of the response line and it doesn't. It's possible the service is messed up at the source. They've been pretty flaky.

    Using POST works without a hitch so I can't imagine why GET doesn't. I'm just so new to using HTML protocols and LWP I thought I must be doing something wrong (and maybe I am).