Use System Enviornment Variables in HTTP Requests

Is there a way to use a System Environment Variable in an HTTP request, rather than having to pace it in an *.env.json file? For example, I'd like to do something like this:

GET http://httpbin.org/foo
Authorization: {{SYS.ENV.accessToken}}

to access my "accessToken" system environment variable. Is there a way to do this?

0

According to the official documentation, there are only three types of variables available:

The variables' values can be any of the following:

Unfortunately, there is no way to use system-wide env variables. I have quickly checked YouTrack for any similar feature requests but was not able to find any, so please feel free to submit your own:

https://youtrack.jetbrains.com/newIssue

0

请先登录再写评论。