HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Response metadata control no longer works.

Open SteveIves opened this issue 4 years ago • 0 comments

It should be possible to suppress the return of OData metadata in a response by modifying the requests Accept header like this:

Accept: application/json; odata.metadata=none

or to extend the metadata like this:

Accept: application/json; odata.metadata=full

We document this here https://github.com/Synergex/HarmonyCore/wiki/Suppressing-OData-Metadata

Used to work in earlier builds, currently broken.

SteveIves avatar Aug 09 '20 22:08 SteveIves