Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP 404 error by accesing to ownCloud using mobile apps #1211

Closed
rperezb opened this issue Jan 17, 2013 · 2 comments
Closed

HTTP 404 error by accesing to ownCloud using mobile apps #1211

rperezb opened this issue Jan 17, 2013 · 2 comments

Comments

@rperezb
Copy link

rperezb commented Jan 17, 2013

By accessing to ownCloud using the mobile apps, a user is having a 404 error.

Any idea on how to solve it?

GET /owncloud/status.php HTTP/1.1
Host: mfg.dtdns.net
Accept-Encoding: gzip, deflate
Accept: */*
Cookie: 50ec6faeeb3b2=7idkif8oltmrjq2lh3gca9ebr5
Connection: keep-alive
Accept-Language: es-es
User-Agent: Owncloud%20iOs%20Client/2.08 CFNetwork/609 Darwin/11.4.2

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Microsoft-IIS/7.5
X-Powered-By: PHP/5.3.19
X-Powered-By: ASP.NET
Date: Thu, 17 Jan 2013 11:48:01 GMT
Content-Length: 76

{"installed":"true","version":"4.90.6","versionstring":"4.5.5","edition":""}PROPFIND /owncloud/remote.php/webdav/ HTTP/1.1
Host: mfg.dtdns.net
Depth: 1
Accept-Encoding: gzip, deflate
Content-Type: application/xml
Accept-Language: es-es
Accept: */*
Content-Length: 92
Connection: keep-alive
User-Agent: Owncloud%20iOs%20Client/2.08 CFNetwork/609 Darwin/11.4.2

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:"><D:allprop/></D:propfind>HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Thu, 17 Jan 2013 11:48:13 GMT
Content-Length: 1251

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>404 - Kan bestand of map niet vinden.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;} 
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;} 
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} 
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;position:relative;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
-->
</style>
</head>
<body>
<div id="header"><h1>Serverfout</h1></div>
<div id="content">
 <div class="content-container"><fieldset>
  <h2>404 - Kan bestand of map niet vinden.</h2>
  <h3>De bron die u zoekt is mogelijk verwijderd, de naam ervan is gewijzigd of de bron is tijdelijk niet beschikbaar.</h3>
 </fieldset></div>
</div>
</body>
</html>
@RandolfCarter
Copy link
Contributor

Have you tried accessing the WebDAV URL (/remote.php/webdav) directly via a "normal" browser?

By the way, you might consider posting stuff which might not be an actual owncloud bug, but e.g. a misconfiguration, in the forum first, instead of in the issue tracker...

@rperezb
Copy link
Author

rperezb commented Jan 17, 2013

Thanks for your help.

Yes I tried accessing to WebDAV, there is not any problem.

Agree, I will move this issue to the forum. The thing is that several users are having these kind of problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants