当前位置:网站首页>Postman setting environment variables
Postman setting environment variables
2022-07-07 09:13:00 【zhangyr0916】
Method 1 :
① Click on postman Left column Environments, Click the add button ;

② stay New Enviroments Fill in the name of environment variables and value And save ;

③ View the set environment variables ;

④ Reference environment variables , Use { { Variable name }} quote ;

⑤ Click on send Send a request , The request is successful .

Method 2 : stay Pre-request Script Set in
Pre-request Script Is the code fragment in the collection that needs to be executed before the request is sent
① Click on Pre-request Script;

② Click on the right Set an environment variable, Generate script template ;

③ Modify the relevant information in the script template ;

④ Reference environment variables , Use { { Variable name }} quote ;

⑤ Click on send Send a request , The request is successful .

⑥ View environment variables .

边栏推荐
- Synchronized underlying principle, volatile keyword analysis
- MySQL common statements
- Isomorphic C language
- Common operating commands of Linux
- Selenium mouse sliding operation event
- Several stages of PMP preparation study
- Storage of data in memory
- 外部中断实现按键实验
- C language for calculating the product of two matrices
- C language pointer (Part 1)
猜你喜欢

H3C vxlan configuration

2022-07-06 Unity核心9——3D动画

2022-07-06 unity core 9 - 3D animation

C language pointer (exercises)

STM32 serial port register library function configuration method

JVM garbage collection detailed learning notes (II)

Simple use of Xray

Skill review of test engineer before interview

PMP Exam details after the release of the new exam outline

E-commerce campaign Guide
随机推荐
硬件大熊原创合集(2022/05更新)
模拟卷Leetcode【普通】1567. 乘积为正数的最长子数组长度
【istio简介、架构、组件】
面板显示技术:LCD与OLED
What is the use of PMP certificate?
Interview question: general layout and wiring principles of high-speed PCB
2022-06-30 Unity核心8——模型导入
UnityShader入门精要个人总结--基础篇(一)
What is the value of getting a PMP certificate?
LeetCode 736. LISP syntax parsing
The longest ascending subsequence model acwing 1017 Strange thief Kidd's glider
Expérience de port série - simple réception et réception de données
Panel display technology: LCD and OLED
Markdown editor Use of MD plug-in
Output all composite numbers between 6 and 1000
[chaosblade: delete pod according to the tag, pod domain name access exception scenario, pod file system i/o failure scenario]
Cesium load vector data
Selenium mouse sliding operation event
Several methods of calculating the average value of two numbers
Output a spiral matrix C language