使用cURL访问网页 - 重定向问题

时间:2016-10-25 01:24:09

标签: php asp.net curl cookies

我正在尝试使用cURL访问以下网址:

http://bizsearch.penrithcity.nsw.gov.au/eplanning/Pages/XC.Track/SearchApplication.aspx

但是,当我尝试访问该网页时,我被重定向到:

http://bizsearch.penrithcity.nsw.gov.au/eplanning/Common/Common/terms.aspx

我尝试使用以下cURL命令来传递此信息:

curl --cookie-jar "CookieTest.txt" url(common terms) -d "ctl00$ctMain1$chkAgree$chk1=on&ctl00$ctMain1$BtnAgree=I Agree"

curl --cookie "CookieTest.txt" url(search application)

任何帮助都会非常感激,因为我是cURL的新手并且难以排除故障。我想从搜索应用程序页面中提取XML。

0 个答案:

没有答案