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.
これを行うことは可能ですか?
<form action="/process_form" method="get"> <input type="hidden" name="some_value" value="top_secret" />'
確かに可能ですが、フォームの送信時に要求した URL に値が表示されます。あなたの価値が実際にはトップシークレットでないことを願っています. 実際には、どのような場合でも値はクライアントに表示されるため、秘密にしない方がよいでしょう。