I am embedding a Bubble app in an iframe on another platform. The iframe needs to pick up the URL parameters and use them for page navigation.
How do I access the URL parameters via an iframe?
Example
Bubble site A is embedded on Site B. The URL of site B is xyz.com?location=abc
I want to fetch abc and use it in the Bubble app.