Hi Sir, I have a payload which is encripted in base64( "payload": "eyJGb28iOiJCYXIifQ==" ) once i decoded its actual value is {"Foo":"Bar"} .This can be decoded and check the actual string in general decoded website . Is it possible to check the encoded content by decoding in postman ? If yes how to do that. I tried many option putting " pm.xxxx" but nothing works out . Please guide me how handle the encoded content and how to validate them.
Clear, simple and helpful. Thank u
Crisp and clear explanation..... Thank u very much ❤
Very helpful and clear. Thank you
Can you tell me how to do without the indexes?
sir i have too many things verify from response, is there any short cut to test all of them?
Sir, I am getting wrong data from the server. the datatype are corrects with the columns but the values are totally wrong , what should be the case ?
How can we check the field is there are not
Thank you for the amazing explaination
You're very welcome!
Keep watching and subscribe for more videos and tutorials.
What is the reason for getting blank screen when we hit api request
If there 5 mandatory fields in request how to do testing in api
Hi Sir, I have a payload which is encripted in base64( "payload": "eyJGb28iOiJCYXIifQ==" ) once i decoded its actual value is {"Foo":"Bar"} .This can be decoded and check the actual string in general decoded website .
Is it possible to check the encoded content by decoding in postman ? If yes how to do that. I tried many option putting " pm.xxxx" but nothing works out . Please guide me how handle the encoded content and how to validate them.