Here is the full attempt with mode verbose
* About to connect() to 1.1.1.1 port 443 (#0) * Trying 1.1.1.1... * connected * Connected to 1.1.1.1 (1.1.1.1) port 443 (#0) * CAfile: /certs/ca-bundle.crt CApath: none * Issuer certificate is invalid: 'E=support' * SSL certificate verify ok. * SSL connection using SSL_RSA_WITH_RC4_128_MD5 * Server certificate: * subject: * start date: May 08 04:35:59 2009 GMT * expire date: May 07 04:35:59 2014 GMT * common name: 1.1.1.1 * > POST /auth?level=2&pass=password&hsam_timeout=20 HTTP/1.1 Host: 1.1.1.1 Accept: */* Content-Length: 1000 Expect: 100-continue < HTTP/1.1 417 Expectation Failed < Connection: close < Content-Length: 0 < Date: Tue, 19 May 2009 04:35:22 GMT < Server: httpd < * Closing connection #0

In reply to Re^2: Correct way to POST with Perl Curl? by josh803316
in thread Correct way to POST with Perl Curl? by josh803316

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.