Closed tjoubert closed 1 year ago
Thanks for the info 👍
There is a requirement for a new header that will contain information about the driver and will be supplied with every request.
What's driving the requirement/Where does it come from? Is it something ArangoDB will use for analytics on Oasis instances?
@DiscoPYF , this is a requirement from the API team and we are not sure what they are going to use the information for.
Copy that, thanks @tjoubert 👍
There is a requirement for a new header that will contain information about the driver and will be supplied with every request. The name of the header is
x-arango-driver
and the format of the value isdriverName/version ([flags...])
.flags
are semicolon separated list of flags/tags. Eg. one flag could becloud
to denote that the driver is configured to use cloud-optimized behavior. For example:x-arango-driver : ArangoDBNetStandard/1.2.0 (cloud)