You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: