Postman - How to see request with headers and body data with variables substituted

后端 未结 5 1929
暖寄归人
暖寄归人 2020-12-14 13:33

I am using the Postman Chrome plugin to invoke HTTP requests for software testing. I use the Environments feature with Environment and Global Variables to substitute variabl

5条回答
  •  自闭症患者
    2020-12-14 14:23

    If, like me, you are still using the browser version (which will be deprecated soon), have you tried the "Code" button?

    This should generate a snippet which contains the entire request Postman is firing. You can even choose the language for the snippet. I find it quite handy when I need to debug stuff.

    Hope this helps.

提交回复
热议问题