Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • postTemplate (path to file)
    • Path to an HTML template with the markup necessary to carry replayed form POST data and if possible prevent accidental replay if the back button is hit. Refer to the default postTemplate.html file as a guide.
  • postLimit (number of bytes)
    • A maximum number of bytes to allow when saving off POST data. Over this limit, a warning in the log will appear, but the data will not be saved.
  • postExpire (boolean) (default is true)
    • If set, causes the HTTP response containing to-be-replayed form POST data to be expired and non-cacheable by the server using the usual mix of response headers. Can be adjusted to accommodate varying strategies for back-button/replay prevention.

...