Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7577509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:12:12+00:00 2026-05-30T17:12:12+00:00

I am creating HTML 5 offline application example. I choose manifest file like this

  • 0

I am creating HTML 5 offline application example.
I choose manifest file like this :

<html manifest="Configuration/WMP.manifest">

and manifest file is like this :

CACHE MANIFEST

# Build 2012-02-03

CACHE:
source/styles/examples-offline.css
source/styles/examples.css
source/js/Custom.js
source/js/jquery.min.js
source/js/people.js
source/index.html

NETWORK:
http://*
https://*
  • Done correctly ?
  • How do I check that sample works right in my local system ?
  • I read that a manifest file must be served with the mime-type text/cache-manifest. where should I set this mime-type for manifest file ? I use basic HTML file and I don’t use IIS or Apache webserver
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:12:23+00:00Added an answer on May 30, 2026 at 5:12 pm

    This is incorrect:

    NETWORK:
    http://*
    https://*
    

    This would try to match the exact URL http://*, which is an invalid URL.

    You can only use the * character as a wildcard when it’s on its own line. For example, this would match any resource that hasn’t been explicitly listed under the CACHE or FALLBACK directives:

    NETWORK:
    *
    

    Make sure you’re serving the file with the text/cache-manifest content type. This used to be explicitly required by the specification, and current browsers have it implemented that way.

    I use basic HTML file and I don’t use IIS or Apache webserver

    Then what do you use to serve up the file? Are you reading it locally, through the file:// scheme?


    To confirm everything is working, open up the page in Chrome, for example, and look at the Console.


    By the way, there’s a validator for application cache manifests: http://manifest-validator.com/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating html on runtime like this: var myVar = <div id='abc'>some clickable text</div>
I am creating an HTML form with some radio button options. I'd like to
I am creating a select box for a form using this in _form.html.erb <%=
I have been reading about creating offline websites using Gears and using HTML 5.
I'm creating an app on Windows Phone 7 that lets folks read offline HTML
I'm creating HTML (popup window), EXCEL and PDF report and would like to show
I'm creating a HTML Canvas object using this javascript code: var Canvas = document.createElement(canvas);
This question is vital to one of my current projects involving creating HTML tables
When creating an HTML page, should I specify things like margin s with pixels
I'm creating an HTML editor, similar to this one I'm typing in right now

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.