Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
www.example.com/something.php?something=somethingそのユーザーがそれを見ることなく、コンピューターをウェブサイトに入力させる可能性はありますか?
www.example.com/something.php?something=something
ユーザーにプログラムを起動させ、VBS スクリプトが上記の Web サイトにアクセスして情報を配信し、後で自分で動作させることを考えています。
GET の代わりに POST を使用したいということだと思います。VBS がどのように使用されているかはわかりませんが、something.php にフォームを投稿すると、スーパーグローバル $_POST 変数を使用して、ユーザーがアドレス内の変数を見ることなくフォーム変数を抽出できます。