cURL / Mailing Lists / curl-users / Single Mail

curl-users

Can some find that out here , with this cookie

From: Rene R. Nielsen <rrn_at_rrn.mine.nu>
Date: Thu, 21 Jun 2001 02:14:24 +0200

 I have tried this and it not do work :

 curl -v -i -L -b headers --user-agent "Opera/5.0 (Windows NT 4.0
 ;US)" -L
 "http://job.ofir.dk/default.asp?jobtype=0&findfirma=&region=1"
 * Connected to job.ofir.dk (195.249.237.49)

> GET /default.asp?jobtype=0&findfirma=&region=1 HTTP/1.1

 User-Agent: Opera/5.0 (Windows NT 4.0;US)

 Host: job.ofir.dk

 Pragma: no-cache

 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
 */*
 Cookie: ASPSESSIONIDQGGQQNRY=GBGFEDEANEJKOFIDHALBJFJC

   % Total % Received % Xferd Average Speed Time
            Curr.
                                  Dload Upload Total
 Current Left Speed
 100 20089 100 20089 0 0 35809 0 0:00:00
 0:00:00 0:00:00 15940
 * Connection (#0) left alive

 * Closing live connection (#0)

 this do not send back there correct data

 curl -v -i -L -b -D headers --user-agent "Opera/5.0 (Windows
 NT 4.0;US)" -L
"http://job.ofir.dk/job1.asp?jobtype=0&findfirma=&region=1"

 Connected to job.ofir.dk (195.249.237.49)
 GET /job1.asp?jobtype=0&findfirma=&region=1 HTTP/1.1
User-Agent: Opera/5.0 (Windows NT 4.0;US)
Host: job.ofir.dk
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

HTTP/1.1 302 Object moved
Server: Microsoft-IIS/5.0
Date: Thu, 21 Jun 2001 00:19:29 GMT
Pragma: No-Cache
Location: nocookie.asp
Content-Length: 133
Content-Type: text/html
Expires: Wed, 20 Jun 2001 22:00:00 GMT
Set-Cookie: ASPSESSIONIDQGGQQNRY=AGGFEDEAJAPEMCFDNADODNMO; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a
HREF="nocookie.asp">here<
/a>.</body>
* Connection (#0) left alive
* Closing live connection (#0)

also this do not work because it tell me that the cookie is not correct in
the line <a HREF="nocookie.asp">

i have also tried this

curl -v -i -L -b z -D headers -d
jobtype=0&findfirma=&region=1" --user-agent "Opera/5.0 (Windows NT
4.0;US)" -L "http://job.ofir.dk/job1.asp

But nothing of all this thing do not work , what do i do wrong???

i hobe some one can help me

 Best regards

 René R. Nielsen
 E-mail rrn_at_rrn.mine.nu
 Internet http://rrn.mine.nu
Received on 2001-06-21