Reminder: Add Mandatory User-Agent Header to API Request
Starting from March 31, 2018, the GoodData REST API will require every API request to contain the User-Agent
header. Any API request without the User-Agent
header made after March 31, 2018, will be rejected.
The User-Agent
header must be in the following format:product/version (your_email@example.com)
where:
-- product
is your product name; can include your company name; must not contain spaces or slashes ( / )
-- version
is your product version; must not contain spaces or slashes ( / )
-- your_email@example.com
is the email of the contact person responsible for the product in your company. The email is optional if you have specified your company name in product
.
Examples:Insights-Provisioner/1.0 (gd_integration_person@acme.com)
Acme-Company-GDIntegration/0.9
Action needed:
If you use a tool for handling API calls or a custom library for integrating with the GoodData REST API, update them to include the User-Agent
header in every API request.
Although the API change is planned for the next year, we strongly recommend that you do so as soon as possible.
If you have any question, please contact GoodData Support.