function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vadim ChekindaVadim Chekinda 

if-none-match api limit

Do requests with the If-None-Match header, that return a 304 response, count towards my API limit?
Best Answer chosen by Vadim Chekinda
karthikeyan perumalkarthikeyan perumal
Hello, 


If-None-Match header counts against your daily Api limits. This can be verified by the Limit info header.(See more details (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/headers_api_usage.htm))

https://help.salesforce.com/articleView?id=000003706&type=1

Thanks
karthik