This possibly looks like another case of a web host blocking the user agent of 
the library we are using?

Compare:

$ curl -i http://pedropablo.org/manifest.webapp
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 30 May 2014 16:05:26 GMT
Content-Type: application/x-web-app-manifest+json
Content-Length: 260
Connection: keep-alive
Last-Modified: Wed, 28 May 2014 09:56:09 GMT
Accept-Ranges: bytes

{
  "name": "turgr",
  "description": "Turismo cultural en Granada",
  "launch_path": "/index.html",
  "icons": {
    "128": "/imagemovil/i128.png"

  },
  "developer": {
    "name": "phgwpi",
    "url": "http://pedropablo.org";
  },
  "default_locale": "en”
}

With:

$ curl -i -H "User-Agent: python-requests/1.2.0" 
http://pedropablo.org/manifest.webapp
HTTP/1.1 302 Found
Server: nginx
Date: Fri, 30 May 2014 16:05:37 GMT
Content-Type: text/html; charset=iso-8859-1
Transfer-Encoding: chunked
Connection: keep-alive
Location: http://error.hostinger.eu/403.php?

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a 
href="http://error.hostinger.eu/403.php?";>here</a>.</p>


</body></html>


On May 30, 2014, at 4:05 AM, hidalg...@gmail.com wrote:

> Hi !
> TURGR is my app published in Firefox Marketplace since last year. Now I'm 
> receiving emails with the following issue:
> */The manifest for your app, turgr, is experiencing an issue./**/
> /**/Error: Manifests must be served with the HTTP header "Content-Type: 
> application/x-web-app-manifest+json"./*
> I have checked my .htacces and it has this content-type. Therefore, I don't 
> know what to do to solve the problems.
> Thanks for your help,
> Best Regards.:-)
> 
> _______________________________________________
> dev-webapps mailing list
> dev-webapps@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-webapps

_______________________________________________
dev-webapps mailing list
dev-webapps@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to