I want to create a button in the dashboard that when the user clicks it he is redirected in the browser to the webpage http://127.0.0.1:1880/configCamera. I also want to be able to append to this url something like “?name=‘name’”, where ‘name’ can be modified.
So far I tried to use http request, but I just get the response in a json.