python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure API Management - Etag for an operation
We are new to Azure API management. We are caching Dataverse master entities web api calls and looking to see how we can add ETag as part of response headers in Azure API Management(Backend call doesn...
Ravi
Votes: 0
Answers: 1
R RestRserve Add Etag to static path
Let's say I have a REST API using RestRserve like this, is there a way to add an Etag to enable caching on cloud services?
writeLines("Hello World", "myfile.txt")
app <- Applic...
David
Votes: 0
Answers: 1
C# – How to override GetHashCode for List<T> to calculate ETag with T being a record
For a NetCore Web API GET method I need to caluclate the ETag for a returned List<T>. T is the DTO in the form of a record that holds only primitive types.
I wanted to calculate a hash of the li...
M. Koch
Votes: 0
Answers: 1
What http error code to return when "ETag" header field is malformed?
RFC 7232 states the format of the If-Match and If-None-Match header fields. What http error code should be returned when the format of the header is wrong? 412 precondiction failed or 400 bad request?...
M. Koch
Votes: 0
Answers: 2