Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request history doesn't indicate what variable values were used #6942

Open
JP-from-Postman opened this issue Jul 18, 2019 · 1 comment
Open

Comments

@JP-from-Postman
Copy link

Is your feature request related to a problem? Please describe.
Request history doesn't store or indicate what values were used for any variables included.

This makes it difficult to select the right request from history if (for example) the URL of the request is dependent upon which environment is selected, and requires the user to know which environment / globals / etc to use when working with requests in history.

Describe the solution you'd like
Ideas:

  • Mouse-over the request in history to see fully resolved URL, or info about what environment was selected when the request was sent
  • "Remember" which environment was selected for each request, so that selecting a request in history also selects the last environment that was selected (if it still exists)

Describe alternatives you've considered
Cache variable values used, so that the same request can be re-sent without needing to use correct environment / globals / etc.

Issue: history is synced, so session variables shouldn't be included. Maybe just initial values?

@shamasis
Copy link
Member

Including initial values may not be same as session values. As such, it would be incomplete and inconsistent. This needs ... more thinking. :-p

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

No branches or pull requests

4 participants