Open SzateX opened 9 months ago
Your server can accept GET but not HEAD requests?
I'm unsure about this, because it would be a considerable effort to add this option, it would bloat the config options, and it's only needed for servers that do not properly support the HEAD method.
You may be better off using something like patch-package if this is something you need sooner rather than later.
Hi,
I'm writing with a change request. I want to set a flag that will disable checking the "ETag" header and sending a "HEAD" request. I have my own server from which I serve emoji-data JSON, but it blocks the reception of "HEAD" requests.
Performance cases are not a problem for me because I have my own caching system.
Thanks in advance for quickly solving my problem.