cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: HTTPS POST with Reply

From: Lamar, Dave <dlamar_at_gottschalks.com>
Date: Fri, 15 Sep 2006 14:28:09 -0700

Dan/Kevin -
        The vendor did specifically state that we need to do a POST.
Cone one do a post with a following GET?
Is that why I see no new password that may have been generated?

Thanks.

-dl

-----Original Message-----
From: curl-users-bounces_at_cool.haxx.se
[mailto:curl-users-bounces_at_cool.haxx.se] On Behalf Of Dan Fandrich
Sent: Friday, September 15, 2006 2:05 PM
To: the curl tool
Subject: Re: HTTPS POST with Reply

On Fri, Sep 15, 2006 at 01:45:42PM -0700, Lamar, Dave wrote:
> Kevin -
> Outstanding.
> Two issues I see here.
>
> 1. I have committed a CLM (Career Limiting Move) if I posted all
that
> username, password, URL entry.
>
> If there is a moderator that can edit and blank that out, I may retain
a job.

Yup, the secret is out. Better change that password, stat!

> On 9/15/06, Lamar, Dave <dlamar_at_gottschalks.com> wrote:
>
> Dan -
> Nope. The ip comes back with -
> curl: (6) Couldn't resolve host
> 'userid= XXXXXXXX &password= XXXXXXXX &command=requestnewpassword'
> curl: (51) SSL: certificate subject name ' stg1-ss1.experian.com'
does
> not match target host name '205.174.34.99'

I suspect whne you entered this command you accidentally moved the -d
before
the host name instead of after it.

> .so- trying the GET MEthod....
> $curl -v
"https://stg1-ss1.experian.com/securecontrol/logon.html?userid=
> XXXXXXX &password= XXXXXXX &command=requestnewpassword "
>
> ... this appears to work....

Then it should also work with the original style of command line (using
the -d
option) on the new URL as long as you also add -G to use GET instead of
POST.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address
service
          Let webmasters know that your web site has moved
Received on 2006-09-15