20 lines
441 B
Plaintext
20 lines
441 B
Plaintext
PROPFIND /file HTTP/1.1
|
|
content-length: 192
|
|
connection: Keep-Alive{{Ignore}}
|
|
http2-settings: {{Ignore}}
|
|
accept-encoding: {{Ignore}}
|
|
accept-language: {{Ignore}}
|
|
content-type: text/xml; charset="utf-8"
|
|
user-agent: Mozilla/5.0
|
|
host: {{ServerHostUrl}}
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:propfind xmlns:D="DAV:">
|
|
<D:prop xmlns:R="http://www.foo.bar/boxschema/">
|
|
<R:bigbox/>
|
|
<R:author/>
|
|
<R:DingALing/>
|
|
<R:Random/>
|
|
</D:prop>
|
|
</D:propfind>
|