Implement post/redirect/get in webinterface

Issue #700 new
Former user created an issue

The buttons in the monit web interface to start/stop/restart/disable a service use a POST form to send the information to the server. While this is fine, it is somewhat annoying with the http-equiv-refresh because the webpage want to resend the form.

Firefox gives a popup with the following message: To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier

To avoid this, monit should implement post/redirect/get

https://en.wikipedia.org/wiki/Post/Redirect/Get

Comments (0)

  1. Log in to comment