How to extract all the post parameters provided by user on postman

I need to write a proxy to fetch all the post parameters provided by user in postman

0 1 83
1 REPLY 1

Hi @Sumit Rawal,

You can use either use ExtractVariables policy or JavaScript policy to do that.

You can also follow this video link - here