Lab 4.4 - Browser Extension ------------------------------------------------ The browser extension takes the posture data generated by the Access Guard service and converts it to a header. Task - View the installed Extension ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #. Open Chrome and enter **chrome://extensions** to see that the F5 Access Guard extension is installed. The extension is download and installed via a browsers extension store. |image10| #. Open **Developer Tools** by navigating to settings >> More Tools >> Developer Tools. |image11| #. Access the website **https://basic-iap.acme.com** #. Click on the request **basic-iap.acme.com** under the network tab. |image12| #. Under the Request Headers section of the request you will see an injected header called **f5-client-information**. This is the signed posture assessment data being sent to the BIG-IP on every request. |image13| .. |image10| image:: /_static/class1/module4/image010.png .. |image11| image:: /_static/class1/module4/image011.png .. |image12| image:: /_static/class1/module4/image012.png .. |image13| image:: /_static/class1/module4/image013.png