Best approach to pass resource id in URL when redirecting user to external app from another app (GET request)
Suppose that there’s a website about some events people can book a seat for, and there’s a separate web app that handles the booking process. When the user decides to go about booking a seat (or several seats) for that event and clicks on a “Book now” button, they are navigated to the booking app and the id
for that event is passed in the URL.