gpt4 book ai didi

postman - 在脚本中更改 URL

转载 作者:行者123 更新时间:2023-12-05 06:24:50 26 4
gpt4 key购买 nike

在提交请求之前,我需要在 Postman 脚本中更改 API 的 URL。我看到 URL 变量已公开,但它是只读的。有没有办法完成我需要做的事情?

最佳答案

您可以在预请求脚本中使用此函数在发送请求之前更改 URL。

pm.request.url.update({protocol: "https", host: "jsonplaceholder.typicode.com/posts"})

主要请求设置为命中 postman-echo 服务,但脚本更改了它并将其发送到 jsonplaceholder 站点。

Postman

有关 update 函数中的options 类型的更多信息,可在此处找到:

http://www.postmanlabs.com/postman-collection/Url.html

关于postman - 在脚本中更改 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57512639/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com