搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Needs to know why firefox did not send a request for appcache manifest file declared in the <html manifest="url"> and how to fix it?

more options

I created an HTML5 appcache app as follow:

Upon onload() event, I made several AJAX calls (POST) to the servers to load the data for the first time and they all done via HTTPS. I've inspected the servers' access log and I did not see the request for url.manifest and the loading of the appcache fails with an error (no details provided). Chrome is working fine with current setup and here is the content of my manifest: CACHE MANIFEST CACHE: /images/flower.gif

I created an HTML5 appcache app as follow: <!DOCTYPE html> <html manifest="url.manifest"> <head> </head> <body> </body> Upon onload() event, I made several AJAX calls (POST) to the servers to load the data for the first time and they all done via HTTPS. I've inspected the servers' access log and I did not see the request for url.manifest and the loading of the appcache fails with an error (no details provided). Chrome is working fine with current setup and here is the content of my manifest: CACHE MANIFEST CACHE: /images/flower.gif

所有回覆 (1)

more options

This forum answers many webdev questions, but I think yours calls for a higher level of expertise. You may want to try the mozillaZine Web Development board. It is an unofficial forum with separate registration.