in reply to Re: 400 bad request curl post
in thread 400 bad request curl post

i use it to output errors and warnings to a browser. when am developing web app

Replies are listed 'Best First'.
Re^3: 400 bad request curl post
by 1nickt (Canon) on Dec 06, 2018 at 13:16 UTC

    I know what the module is used for, but this is your client code. What does it do here?


    The way forward always starts with a minimal test.
      His client is also a CGI script...see the last few lines.

        Sorry, but no, his code only implements a client with LWP and makes a request, then prints out something from the response. I think you're misunderstanding what a "CGI script" is. (Here's a recent article which, although its main point is to urge that new server-side code developed in Perl should avoid CGI.pm, provides some good terminology definitions. Note that the OP's script is not serving anything but simply trying to fetch the content of a web page.)


        The way forward always starts with a minimal test.