Closed
Description
When making a request with a variable in the URL (e.g. http://{{host}}/path/to/resource) then when the request is stored in history the variable is replaced with the actual value instead of leaving it as a parameterised URL (i.e. if {{host}} evaluates to "example.org" then the stored URL is http://example.org/path/to/resource rather than http://{{host}}/path/to/resource).
Other parameterised things such as headers remain parameterised when clicking on the history entry, so it looks like this is a bug with the URL part.