LoginSignup
1
2

More than 5 years have passed since last update.

Chrome デベロッパーツールを開いているとPOST再送ダイアログが表示されない

Posted at

Chrome デベロッパーツールを開いているとPOST再送ダイアログが表示されない

題名の通りで、特筆すべきことは何もないんですが…。

hoge.html
<form method="post">
<input type="text" name="hoge">
<input type="submit" value="ok">
</form>

このようなシンプルな html を適当な web サーバに置いて submit 後に F5してみると再現できます。
(何の警告もなくPOST再送される)

で「そっちのほうが便利じゃね?」って感じで推測されてるけど結構有名なのかな?
個人的には全然知らんくて「なんでだー」って感じで10分程度ハマったので備忘録として残しておきます。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2