webdav

single sign on iis 7.5 multiple application pools

旧巷老猫 提交于 2019-12-13 21:30:35
问题 I have a webapp in two parts (website and webdav part). Both are running in a seperate application pool in IIS 7.5 due a different framework. I want to use single sign on for both parts. For the first part (website) its running fine but for the webdav part single sign on doesn't work with a windows 7 client. When I try with application users (no single sign on), everything works fine for both parts. Both application pools are running with the same service account. I searched on the internet

How to remove Allow header from Http Response?

心不动则不痛 提交于 2019-12-13 09:54:44
问题 I have API which is valid for POST/GET/PUT verb but if hacker intercepts the request and change method to 'OPTIONS' instead of 'GET', he will get below error in http response - Allow: GET,POST,PUT { "Message": "The requested resource does not support http method 'OPTIONS'." } This allows hacker to identify what verbs supported by API. I have to restrict this header in response. I tried removing 'WebDav' module but it still showing same message. I don't want hacker to see this message and

Any application using vCard 4.0? [closed]

核能气质少年 提交于 2019-12-13 09:53:05
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Are there any applications that are using vCard 4.0 format? Generate contacts in this format or except it? 回答1: Last time I checked, the EM Client (http://www.emclient.com/) was using it 来源: https://stackoverflow.com/questions/19499497/any-application-using-vcard-4-0

MicrosoftOfficeEditDocument didn't work in Chrome [closed]

浪子不回头ぞ 提交于 2019-12-13 07:49:25
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I'm evaluating the IT Hit WebDAV AJAX Library. When my script calling MicrosoftOfficeEditDocument(url), it works in IE but not in Google Chrome (it just didn't do anything when called in Chrome). What am I missing? Here is how I called it: ITHit.WebDAV.Client.DocManager.MicrosoftOfficeEditDocument("http://server

How to get the list of folders and files deployed on Linux WebDav?

て烟熏妆下的殇ゞ 提交于 2019-12-13 03:55:41
问题 I have deployed the WebDav server on Debian Linux and give appropriate permission. While I am trying to access the list ( SEARCH ) of folders throgh following code I am getting the following error: The remote server returned an error: (405) Method Not Allowed. The Code Used is: try{ strQuery = "<?xml version=\"1.0\"?><D:searchrequest xmlns:D = \"DAV:\" >"; strQuery += "<D:sql>SELECT \"DAV:href\" FROM scope('hierarchical traversal of \""; strQuery += strRootURI + "\"')</D:sql></D:searchrequest

HttpModule Extends WebDAV - Throwing 500

半腔热情 提交于 2019-12-13 03:05:29
问题 I have an HttpModule with the following event handler installed on our WebDAV server. Many of our clients PUT files up to our server using the file creation semantic, they append the name of the file to create on the url, and the file is created by WebDAV on the server. Standard WebDAV. Some of our clients however don't have systems which can generate a dynamic file name on every call. They want a more traditional Webhook to POST (not PUT) to a static URL. This event handler, which fires

How to enable all HTTP methods on Apache

独自空忆成欢 提交于 2019-12-12 04:58:38
问题 The apache server I have in my company blocks some HTTP methods that are required for WebDav. I would like to help my admin to enable HTTP methods I need. He sent me httpd.config file but I'm unable to find the section which blocks methods I need (like LOCK and UNLOCK) In directory section I have: AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,Includes,IncludesNOEXEC,MultiViews,SymLinksIfOwnerMatch,FollowSymLinks,None My admin also have told me that he did not find .htaccess

PHP: DIY WebDav Server

风流意气都作罢 提交于 2019-12-12 04:06:53
问题 I know that there are a number of libraries available, but I am trying to learn more about the WebDav protocol itself for a project I’m developing. For stage 1, I would like to implement a virtual read-only file system in PHP, presenting as a WebDav server. As far as I can tell, it would need to be able to: list virtual files & directories change directories print the contents of a single file I’ve found a number of sources, but they either try to do too much or gloss over the implementation

Davical Sync-Token web request

心已入冬 提交于 2019-12-12 03:19:44
问题 I am trying not to re-invent the wheel here... I have found some nice documentation on CalDav sync implementation there According to its website, DaviCal is rfc6578-compliant since v. 0.9.8 (see here). I therefore first send my request to get the sync token as follows: PROPFIND http://my_cal_srv/user/calendar_path HTTP/1.1 Content-Type: application/xml; charset="utf-8" <?xml version="1.0" encoding="utf-8" ?> <d:propfind xmlns:d='DAV:'> <d:prop> <d:displayname /> <d:sync-token /> </d:prop> </d

Custom WebDAV server does not work with Windows 7 mini-redirector

若如初见. 提交于 2019-12-11 14:38:40
问题 I am maintaining a custom WebDav server, which works smoothly with most WebDav clients such as Cadaver, Mac OSX, etc, but does not work with Windows mini-redirector, i.e. net drive in Windows Explorer. The server implemented Digest authentication. The symptom is: I was always prompted for entering username and password even after I entered correct credentials. Even more weird thing is, when I am using Fiddler, the problem is gone. I have looked into several possibilities: 1. persistent