iOS Question Read Local Storage in B4i

OlavRossland

Member
Licensed User
Longtime User
  1. I want to read a single Key and the Value for the Key in a Local Storage (example 10.10.1.1 on port 80).
  2. I also want to read all the Keys and the Values for the Keys in the same Local Storage (example 10.10.1.1 on port 80).
I want to do this in B4i, but how?...
 

OlavRossland

Member
Licensed User
Longtime User
What do you mean with local storage? How is it related to an ip address?

When I don't write it - You have to understand what I think @Erel. Ha ha šŸ˜
Sorry, let me explain:

I have a Soundcraft Ui24r digital audio mixer that uses a WEB interface to control all functions.
A number of settings are stored in localStorage on the PC, which you can see in the screenshot (shown by developer tools in Edge).
There are some of these Keys and Values that I would like to read by an app made in B4i - if that's possible.
I have made a test with Python with success.

Brief about localStorage at https://www.w3schools.com/jsref/prop_win_localstorage.asp

Happy New Year @Erel.

Skjermbilde 2023-01-02 212732.png
 
Upvote 0
Top