argherna / jttp

Basically httpie, but in Java
Apache License 2.0
2 stars 1 forks source link

Using the session archive, implement a playback feature in jttp #3

Open argherna opened 4 years ago

argherna commented 4 years ago

The session tracking mechanism was planned not only to enhance usage of websites that need authentication, but to automate repeated tasks or even tests against APIs for example. A playback of a session based on the contents of the history.xml file would achieve this to some degree.

Some things to think about are:

  1. Session timeouts (session tokens don't last forever)
  2. Sensitive data (somehow keep that in a keystore?)