coyotte508 HF staff commited on
Commit
80f8f0b
1 Parent(s): d257605

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -20,6 +20,6 @@
20
  >.
21
  </p>
22
  </div>
23
- <button onclick="fetch('https://huggingface.co/uploads', {method: 'POST'})">fetch</button>
24
  </body>
25
  </html>
 
20
  >.
21
  </p>
22
  </div>
23
+ <button onclick="fetch('https://huggingface.co/uploads', {method: 'POST', headers: {'X-Requested-With': 'XMLHttpRequest'}})">fetch</button>
24
  </body>
25
  </html>