cconard96 / jamf

JAMF Plugin for GLPI
GNU General Public License v2.0
6 stars 5 forks source link

Add custom user agent header to API requests #99

Closed cconard96 closed 2 years ago

cconard96 commented 2 years ago

When making API requests to the Jamf APIs, there should be a user agent header sent that identifies this plugin as the source.

https://developer.jamf.com/developer-guide/docs/application-header-best-practices

Following Jamf's best practices the user agent could be the following for version 3.0.0 of the plugin: Jamf%20Plugin%20for%20GLPI/3.0.0

I don't think there is any relevant information that could be sent as a comment.