在Postman中在浏览器中打开完整的URL。

huangapple go评论93阅读模式
英文:

Open full URL in browser from postman

问题

我正在使用Postman,我的保存的端点里有一堆变量,如何从浏览器中打开完整生成的带有填充变量的URL?

{{protocol}}://api.{{URL}}/oauth2/authorize?state=z3qAr0h5Ud&client_id={{oauth2_app_id}}&response_type=code

在Postman中在浏览器中打开完整的URL。

我可以在浏览器窗口中手动填写每个参数,但那很麻烦,我更希望能够获得完全填充的URL,在Postman中是否可能?

英文:

I am using postman and my saved endpoint have a bunch of variable in it, how do I open the full generated URL with variable filled in from a browser?

{{protocol}}://api.{{URL}}/oauth2/authorize?state=z3qAr0h5Ud&client_id={{oauth2_app_id}}&response_type=code

在Postman中在浏览器中打开完整的URL。

I could fill in each parameter manually in the browser window but that's a hassle and I would prefer if I can get the fully filled URL, is this possible in postman?

答案1

得分: 1

如果您打开右上角的代码视图,它应该填充了您的变量的URL(无论使用哪种语言)。我将我的 oauth2_app_id 设置为 test1,您可以在URL中看到它被突出显示(我没有设置其他变量,只设置了oauth)。

打开代码视图

在Postman中在浏览器中打开完整的URL。

查看URL

在Postman中在浏览器中打开完整的URL。

英文:

If you open the Code view on the top-right, it should have the url filled with your variables (doesn't matter which language). I set my oauth2_app_id to test1 and you can see it in the url where it is highlighted (I did not set the other variables, only the oauth).

Open Code view

在Postman中在浏览器中打开完整的URL。

See the url

在Postman中在浏览器中打开完整的URL。

huangapple
  • 本文由 发表于 2023年3月7日 03:28:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/75655029.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定