]> source.dussan.org Git - nextcloud-server.git/commit
Use Authorization headers for public webdav instead of URL
authorVincent Petry <pvince81@owncloud.com>
Mon, 14 Dec 2015 16:42:13 +0000 (17:42 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 14 Dec 2015 16:42:13 +0000 (17:42 +0100)
commitab9849e72f9a4ea78dcdd7ce4a87a5353aebd478
tree6be58734e067cab169c0ba0a55a214e42de35eea
parentdb41c4f4b5f27757838ba17c03f6f263b91af527
Use Authorization headers for public webdav instead of URL

Instead of prepending the token as username in the URL, use the
Authorization header instead. This is because IE9 considers this a
cross-domain call and refuses to do it in the first place.
apps/files_sharing/tests/js/publicAppSpec.js
core/js/files/client.js