cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass parameter when login XMII

0 Kudos

I want to pass the mac address from winform apps and open the MII system as below link:

https://server:port/XMII/Illuminator?service=Personalization&MacAddress="; + macAddress;

But when i login on the MIi system after input user name and password the url link automatically change to

https://server:port//XMII/Illuminator?xsrfid=ktOTzFOAYxh0kEY3o2SXOAXKKLLOOP&service=Personalization&...

How can i keep the MacAddress query string in the url address after login?

MII Version: 15.3

agentry_src
Active Contributor
0 Kudos

What is the purpose of including the MAC address?

0 Kudos

Hi Mike:

As we used mac address to determine the work station computer on production line, we controlled which machine can do which step. i Know we can got client ip address by PropertyAccessServlet but the ap address get automatically and will change when computer restart.

Currently we use Active X in IE browser to get mac address but as IE in not support anymore, we want to switch to Chrome.

Accepted Solutions (0)

Answers (0)