We have a site that when inserting the code of a user it shows the location of that user
I have a example URL:
http://npaa1215.example.com/gisb_prod/integration/coordUser.aspx?codUser=30071665&zoom=15
My idea is to use this URL in my application and pass the user code that is in my application to this URL
How could I insert a parameter that comes from my application, in the part of the URL that it asks the "codUser"
In the example it is pointing to the user with "codUser=30071665"
Would anyone have an idea or example?