Hi
How to debug Api . It is written in asp.net c#. It is not returning any data when checking thru Postman
Thanks
Hi
How to debug Api . It is written in asp.net c#. It is not returning any data when checking thru Postman
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Apr 3, 2023, 1:35 PM
Hello Ramco,
Please try this one, https://learning.postman.com/docs/sending-requests/requests/
Select Get => then enter url
https://yoururl?parameter=parametervalue
Note: You no need to add " " in parameter value
Vishal YelvePosted Apr 3, 2023, 3:25 PM
Yes Ramco, you have to run your api application running and set breakpoint at method which you want to debuge. And in postman you have to select Get and add the url and pass parameters. and click on send. it will hit your deburger.
for more details do refer below links
https://www.tutorialspoint.com/how-to-parameterize-requests-in-postman
https://www.toolsqa.com/postman/request-parameters-in-postman/
Ramco RamcoPosted Apr 3, 2023, 12:28 PM
Hi Jignesh
I have a string parameter . How i should pass in Postman .
Wlll it be in single quotes or just Returned should be written
Thanks
Ramco RamcoPosted Apr 3, 2023, 12:19 PM
Hi Jignesh
Can u pls elaborate further. I have given the get statement inPostman & Click on send. Application is in running mode on local system. I have put debug point. Is it ok
Thanks
Jignesh KumarPosted Apr 3, 2023, 12:11 PM
In your system,