Mark Tabor

Mark Tabor

  • 553
  • 1.9k
  • 427.2k

how to tell which API get hit by android application with parameters

Jan 17 2022 4:04 PM

I have an application android application it is using API deployed on IIS using .NET , is there any tool which I can use to check which function is called by android button click with what parameters ? basically I want to test the application right now My API is having try catch block but in catch I am having exception ex (ex.Message) which gives error object reference is not set to an instance of object but it is not showing for which column it is not able to get the value this error is normally due to null values .


Answers (2)