Found my answer to AppCache and SSL issue we where having with Chrome http://glennjones.net/2013/03/appcache-and-ssl/… cc\ @jaffathecake

‐ Also on:
Mentions:
@glennjones note that "https://expamle.com/restapi/">https://expamle.com/restapi/*" doesn't mean match urls that start "https://expamle.com/restapi/ ", it matches one single url
@glennjones as in, it will match "https://expamle.com/restapi/*", including the star at the end
@jaffathecake Are the URL matches to the exact path or in NETWORK are matches to any path that starts with the URL listed?