Hello, how are you doing?
Well, I am documenting an application, and I came across the following situation:
- I need to get the application id and pass it by parameter.
How do we do it today? We tell the user how to get the id and put it where we need it.
The suggestion is to have some implementation that allows to get the parameters from the current url, like for example the appId
of the following URL: “www.test.com?appId=12341”;
Best regards,
Matheus