getForm
クエリのリダイレクトの問題に苦しんでいます。Stackoverflow の他のトピック cookiefile
と同じように実験しようとしましたが、結果はありませんでした。followlocation
私のコード:
getForm("http://korpus.pl/poliqarp/poliqarp.php",
query = "pies", corpus = "2", showMatch = "1",showContext = "3",
leftContext = "5", rightContext = "5", wideContext = "50", hitsPerPage = "10",
.opts = curlOptions(
verbose = TRUE,
followlocation=TRUE
)
)
リダイレクト ページのコンテンツを取得しているというのは正しいですか? もしそうなら、どうすればそれをバイパスできますか?