Have many people had success with using etags with odata services?
When trying to set the If-Match in the request header I get "If-Match or If-None-Match header not allowed for this request URL."
However for this same odata service etags are being generated successfully.
My service:
"pkg.views::CALC_STATUSES" as "STATUSES"
key("ID") concurrencytoken ("UPDATED_AT")
create using "pkg.xsjslib:CREATE_STATUS.xsjslib::create_status"
update forbidden
delete forbidden;
Is there something else that needs to be configured for my odata service to handle the If-Match requests?