• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

Hi,

 

I'm trying to set up a page on the microbrowser that displays data specific to the phone that it is running on (so different phones will show different data).

 

I'm wondering if there is a way to pass a value to the microbrowser in the configuration so that I can retrieve that value in the browser and identify the phone.

 

I tried using a GET request and adding the value to the microbrowser URL but it seems to clear the value that I add - 

 

ex.

 

 

<mb>
<mb.main mb.main.home="http://serveraddress/page.php?value=1234" />
</mb>

In the example above, the phone goes to the proper page but if I try to run $_GET['value'] there is nothing set, and when printing out the URL to the screen I only see serveraddress/page.php

 

Is there something that I am doing wrong when entering the URL that would cause this to not work, or is there a more direct way to pass a value to the microbrowser?

 

 Edit: For completeness, the phone this is being tested on is a VVX310 running 5.0.1.4068

1 REPLY 1
HP Recommended

Turns out my cfg file wasn't actually updating with the changes. The GET request is working when it is applied, please ignore this question.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.