You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system:
Ubuntu 18.04 Web server:
Apache2 Database:
SQLite PHP version:
7.2 ownCloud version: (see ownCloud admin page)
11.0.0 Updated from an older ownCloud or fresh install:
fresh Where did you install ownCloud from:
git
Possibly related issues are #34664 (ocs config endpoint does not return CORS headers), #33909 (Feature/allow cors header x request), #3391 (Ampache XML server returns invalid url & incomplete headers), #257 (OPTIONS request on WebDAV url doesn't respond with the Dav header), and #31211 (Oauth2 token request behaves incorrectly with invalid token).
Steps to reproduce
curl -u admin:invalidpwd http://localhost/owncloud-core/remote.php/dav -X PROPFIND -v -H "Origin: http://owncloud.org"
OR
curl -u admin:invalidpwd http://localhost/owncloud-core/ocs/v1.php/cloud/users -H "Origin: http://owncloud.org" -v
Expected behaviour
CORS headers returned
Actual behaviour
no CORS headers
Server configuration
Operating system:
Ubuntu 18.04
Web server:
Apache2
Database:
SQLite
PHP version:
7.2
ownCloud version: (see ownCloud admin page)
11.0.0
Updated from an older ownCloud or fresh install:
fresh
Where did you install ownCloud from:
git
Logs
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: