2
Answers

How to get URL with parameters hit from android app

Mark Tabor

Mark Tabor

3y
972
1

Hi i have a mobile application android made using kotlin , that app is using web api which i deployed on IIS using .NET , Now I want to get the URL when I click on android application I want to get the URL with parameters which it is passing how to achieve that , basically I want to debug my application the request which is coming form mobile to the web api which is deployed on IIS , the deployed version I have its local copy as well in visual stduio so If I  get the URL then I can debug .URL which is coming from android (with parameters )

Answers (2)