hi @AnWeber
thanks for httpbook. it's an amazing extension for VSCode.
There's one issue, that I am not sure if it's related to this repo or related to another one.
If I use Input Variables as Password, like:
@query = {{$password input app? $value: foo}}
GET https://httpbin.org/json?q={{query}}
This works fine. Once a request is sent, then the password is cached as active session in the whole .http file. The problem is that if I want to take a look in the active session, then the password is displayed as plain text.
Is there a possibility to mask the cached inputs that are marked as passwords?
Thanks Rafael
hi @AnWeber
thanks for httpbook. it's an amazing extension for VSCode.
There's one issue, that I am not sure if it's related to this repo or related to another one.
If I use Input Variables as Password, like:
This works fine. Once a request is sent, then the password is cached as
active sessionin the whole.httpfile. The problem is that if I want to take a look in the active session, then the password is displayed as plain text.Is there a possibility to mask the cached inputs that are marked as passwords?
Thanks Rafael