CDN 404 error for WebP
-
Somewhere a 2-3 months ago, there was a problem with the transfer of webp via CDN. In my case, Akamai is used.
Previously, this problem was not observed.
I’ll describe it in more detail.1. Used plugin “WebP express”. Previously, there were no problems. They started to occur even when the plugin was not updated. I think this is related to your plugin.
The problem only occurs with webp format files.2. If I check the server responses, it looks like this:
curl -I -H “Host:myakamaisubdomain.akamaized.net” https://mysite.com/wp-content/uploads/someimg.jpg.webp
HTTP/2 404
server: nginx/1.16.1curl -I https://mysite.com/wp-content/uploads/someimg.jpg.webp
HTTP/2 200
server: nginx/1.16.1Now the url structure for webp is changed, but it doesn’t change anything. https://mysite.com/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/someimg.jpg.webp
3. “Don’t handle 404 errors for static objects with WordPress” on/off – nothing changes.
Please solve the problem with the transfer of webp via CDN.
I believe in you and thank you in advance! ??
- The topic ‘CDN 404 error for WebP’ is closed to new replies.