I am currently utilizing loopback 3.x and have created an Access Hook within my code. My goal is to include a condition based on the User Agent.
Specifically, I am looking to access Request > Headers > User-Agent.
Is it feasible to retrieve this information? If not, are there other methods available for me to accomplish this task?