I want to get the browser cookies from the android application programmatically.
I got a link for one application (.apk) through one customer(i.e. website). The link will redirect me to the server(i.e., the data base of the owner of .apk file). Then the owner will check whether the customer is registered. If registered, It’ll allow me to download the .apk file and the server will also send the Customer Id to the cookies. I want to get the Customer Id from the mobile browser cookies using program.
You could do some kind of xss. Depending on your website configuration if you set your cookies for all subdomains you could add a new subdomain let’s call it xss.example.com where you read the cookies and put them in GET args pointing back to an URL which is caught by your app.