Reputation: 106
I'm making an online ordering web app in Flutter, there's a link to the app on the restaurant website. The app needs to know which restaurant website the customer came from so that it can load the correct menu.
How would you do this? Webhook?
Upvotes: 0
Views: 140
Reputation: 7845
I see two methods:
your-app.com?source=mcdonalds
). More informationUpvotes: 1