I have a url where there are ids (such as order id, product id, etc) in a webview. How can I fetch these ids and put them into strings? Say for example, the url is
www.xyz.com/buy/thankyou/handlers/display.html?ie=UTF8&asins=B00F0G8K&orderId=404-35644-70307&purchaseId=404-2849-9658
I need the values present for &asins
, &orderid
, &purchase_id
and pass them to another url. How can I fetch them?
All of this is happening inside a webview.