How to construct a HERE Map Feedback API request
A request to the Map Feedback API includes the basic elements shown in the following table and may contain resource-specific parameters or data.
| Element | Value/Example | Description |
|---|---|---|
| Base URL | https://maphub.api.here.com/ | Production environment For information about the available environments, see HERE server environments. |
| Resource | feedback | Supports HTTP POST and HTTP GET. |
| HTTP Request Headers | Accept Accept-Charset Auth-Service-Id Auth-Identifier Auth-Secret Content-Type Content-Disposition | Used for authentication credentials and content settings for requests. |
For more information, see the Tutorials section.
HERE server environments
HERE provides a production environment for handling your requests.
| Environment | Functional/Integration Testing | Load/Performance Testing | General Production Use |
|---|---|---|---|
| Production | no | no | yes |
The production environment is not designed to support sudden, unannounced high loads, including performance tests. If you need to do performance testing, contact HERE to discuss options.
Updated last month