So I want to print out the client Name and the client Email as string values through the Postman console, but when I call the method I get a the array but with undefined values. Thank you very much! Answer You can get request body raw using: For example: You have request body in postman: You want to access value
Tag: postman-testcase
Get redirected URL from Postman
I’m currently migrating my old website to a new one and I have just created some url redirect rules to redirect old links to their pages on the new website. In order to test these redirect rules I’m using Postman but I can’t find any way of getting the redirected url from Postman’s scripts documentation. REDIRECTED_URL is the url after