Skip to content

Instantly share code, notes, and snippets.

@greggman
Created March 11, 2026 04:58
Show Gist options
  • Select an option

  • Save greggman/307e0b74ad37e5e9380f6650d9745cb9 to your computer and use it in GitHub Desktop.

Select an option

Save greggman/307e0b74ad37e5e9380f6650d9745cb9 to your computer and use it in GitHub Desktop.
PROPFIND
/*bug-in-github-api-content-can-not-be-empty*/
/*bug-in-github-api-content-can-not-be-empty*/
const res = await fetch('http://192.168.1.48:6979/', { method: 'PROPFIND' });
const text = await res.text();
console.log(text);
{"name":"PROPFIND","settings":{},"filenames":["index.html","index.css","index.js"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment