Help with curl
February 15, 2008 3:22 PM
Subscribe
Curl response different than browser
This was working great until this afternoon, not sure what to do.
When I use this code:
http://grady.us/apps/liz/test.txt
http://grady.us/apps/liz/test
The data it prints out is:
HTTP/1.1 200 OK Date: Fri, 15 Feb 2008 23:09:04 GMT Server: IBM_HTTP_Server Surrogate-Control: content="ESI/1.0" Content-Length: 9792 Set-Cookie: JSESSIONID=0000eh4Igf-Mqg5goa-lDy0GuRd:12qjgbb49; Path=/ Set-Cookie: Registration=currentUserId:; Expires=Wed, 13 Feb 2013 23:09:48 GMT; Path=/; Domain=cars.com Set-Cookie: affiliate=national; Expires=Fri, 07 Mar 2008 23:09:48 GMT; Path=/; Domain=cars.com Set-Cookie: zipcode=34205; Expires=Wed, 13 Feb 2013 23:09:48 GMT; Path=/; Domain=cars.com Set-Cookie: SessionInfo=mkid%3D34%7Cmknm%3DMitsubishi%7Cmdid%3D314%7Cmdnm%3DMontero%7C; Expires=Wed, 13 Feb 2013 23:09:48 GMT; Path=/; Domain=cars.com Content-Type: text/html Content-Language: en-US Set-Cookie: cars_persist=3745585324.20480.0000; expires=Fri, 15-Feb-2008 23:38:31 GMT; path=/ Vary: Accept-Encoding
cars.com logo
Looking for something on cars.com?
Sorry, the page you requested is not available. Some linked or bookmarked pages may have moved. If you are not redirected to the cars.com homepage in a few seconds, please click here.[/quote]
It is able to set cookies and the cookies it sets:
# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
www.cars.com FALSE / FALSE 0 JSESSIONID 0000eh4Igf-Mqg5goa-lDy0GuRd:12qjgbb49
.cars.com TRUE / FALSE 1360796988 Registration currentUserId:
.cars.com TRUE / FALSE 1204931388 affiliate national
.cars.com TRUE / FALSE 1360796988 zipcode 34205
.cars.com TRUE / FALSE 1360796988 SessionInfo mkid%3D34%7Cmknm%3DMitsubishi%7Cmdid%3D314%7Cmdnm%3DMontero%7C
www.cars.com FALSE / FALSE 1203118711 cars_persist 3745585324.20480.0000
If URL is set to simply http://www.cars.com/go/index.jsp, their home page, it works.
Help?
posted by jesirose to computers & internet (7 comments total)
posted by rhizome at 3:39 PM on February 15, 2008