Skip to content

Conversation

@Bitmasker
Copy link

  • It can be very useful if you can preserve the current state of your requests and the id for reproducibility. E.g. you want to spin up your development or integration testing configuration of the application you are developing and you want to be certain that you don't have to update your local config for your web-hooks every time.
  • This change will save the requests and the id in local storage (server is still stateless).
  • If a saved config is found, you will be redirected from / to /hook/{id} with the old data.
  • /hook/{id} will load the requests form local storage, if available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant