Skip to content

{{variable}} in URL is lost in history #73

Closed
@gregbeech

Description

@gregbeech

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions