Skip to content

Instantly share code, notes, and snippets.

@JnuSimba
Created March 19, 2016 08:17
Show Gist options
  • Save JnuSimba/b8c231a70f22b8755fbe to your computer and use it in GitHub Desktop.
Save JnuSimba/b8c231a70f22b8755fbe to your computer and use it in GitHub Desktop.
LOCK /1.vbs HTTP/1.1
Host: localhost
Timeout: Infinite, Second-4100000000
Content-Type: text/xml; charset="utf-8"
Content-Length: 257
Authorization: Digest username="user",realm="user@contoso.com", nonce="...",uri="/1.vbs",response="...", opaque="..."
<?xml version="1.0" encoding="utf-8" ?>
<d:lockinfo xmlns:d="DAV:">
<d:lockscope><d:exclusive/></d:lockscope>
<d:locktype><d:write/></d:locktype>
<d:owner>
<d:href>http://blog.csdn.net/jnu_simba</d:href>
</d:owner>
</d:lockinfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment