Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Mulongo oyo etiyamaki na archive. Tuna motuna mosusu soki osengeli na lisalisi

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

All Replies (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.