私の ISP には請求ページがあります: https://debet.east.ru/cgi-bin/utm5/aaa5
このページにログインすると、自分のアカウントに関する情報が表示されます。残高を自動で確認したい。
wgetを使ってみます
wget -x -o /data/progs/east/345/345log.txt --load-cookies cook.txt --keep-session-cookies --no-check-certificate --output-document=345.html https://debet.east.ru/cgi-bin/utm5/aaa5?login=xxx&password=yyy&submit=OK
ログファイル
[root@c12000 345]# cat 345log.txt
--2013-09-02 11:16:20-- https://debet.east.ru/cgi-bin/utm5/aaa5?login=user15003
Resolving debet.east.ru... 195.170.55.4
Connecting to debet.east.ru|195.170.55.4|:443... connected.
WARNING: cannot verify debet.east.ru’s certificate, issued by “/C=GB/ST=Greater
Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO High-Assurance Secure Server CA”
Unable to locally verify the issuer’s authority.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: “345.html”
0K . 143K=0.01s
2013-09-02 11:16:20 (143 KB/s) - “345.html” saved [1691]
しかし、ダウンロードしたページを確認すると、ログインページしか表示されません。Cookie ファイルを 2 回確認し、ブラウザで URL を確認しました。
wget でステータス ページをダウンロードできないのはなぜですか?