1

cURL 経由でボタン クリックを実行しようとしていますが、おそらくクリック時の Java スクリプトが原因で問題が発生しています。HTML ソース コードは次のとおりです。

<input id="ctl00_SPWebPartManager1_g_1bb6dc86_55ab_4ea9_a4db_4747922a8202_ctl00_RequestOption_0" class="radio" type="radio" checked="checked" value="1" name="ctl00$SPWebPartManager1$g_1bb6dc86_55ab_4ea9_a4db_4747922a8202$ctl00$RequestOption">
<label for="ctl00_SPWebPartManager1_g_1bb6dc86_55ab_4ea9_a4db_4747922a8202_ctl00_RequestOption_0">    View Summary Data Online</label>

私はこの方法でコマンドを送信しますが、それでもそのクリックイベントを実行しません:

curl -d "RequestOption_0=1" https://xxx.xxxxx.com/customer-service/rates-pricing/customer-choice/Pages/usage-data.aspx > test20121812.txt

POSTはどうあるべきですか?Windows 用の cURL を使用していることに注意してください。ありがとうございました!

4

0 に答える 0