can't use an environment variable in request body #1834
Comments
|
@zecrazytux thank you reporting this behaviour. We'll be taking a look into this as soon as possible. |
|
Hi, can I work on this issue? |
|
Hi @dhivyasreedhar, thanks for showing interest in working on this issue. You're free to take up this. I'm assigning it to you, contact us if you need any help. |
|
Hi @liyasthomas, Is this issue still been looked into? |
|
Hi @rishabhkalra96, I guess you can pick up this, thanks for showing interest on contributing to Hoppscotch. |
|
Hi @liyasthomas Based on my primary investigation i think its not a bug but an enhancement. The expectation we have from the raw body is not implemented yet. I could be wrong, would love to have some guidance here. Also, can you please tell me which is the current branch for development ? Although i have come here from hacktoberfest, but i want to contribute more into the product outside of the fest too. |
|
Hi @rishabhkalra96, you can create a branch with And yes, environment support in the body is not a bug but rather an enhancement that hasn't been implemented. Let me know if you've any specific doubts from the codebases or in Vue.js - happy to help. |
Describe the bug
environment <> should be useable within a raw request body, but it isn't
To Reproduce
create an env variable, eg "user"
use it (<>) into url: it works
use it (<>) into the raw request body textarea: it is not replaced with var content
Expected behavior
<> should be replaced with env var content
Screenshots

Desktop (please complete the following information):
chrome
The text was updated successfully, but these errors were encountered: