I have an application on my android phone. There is a browser inside the application. It writes token to the URL with the Post method. SAMPLE;
POST: https://site.com/ext/myinfo?token=bsdasdf2y1cuuwwqtek6lqbjnrynbkdhctxolrylgw3wpnav4ronsorsay7cs2lps1deıvndpuxgıdrar1zvcj54w1osf
the token is refreshing every hour. How can I get token from the APK? I need to get the token code regularly.
Sorry for my English.