Skip to Content
0
Former Member
Aug 04, 2016 at 04:35 AM

HANA OData Etags

274 Views

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?