How to pass multiple variables as Header Request in the postman?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can do something like this as follows-
- Create environment variables in your postman. If you dont know how to create environment variables the use this link.
- Use the variables in your Header like this-
Benefit of the environment variables is you can use multiple variables and its values and it optimze your work efforts.
Hope this helps.