Skip to content

Module: Test Network Request

Haoxi Tan edited this page Jan 8, 2020 · 2 revisions

Summary

  • Objective: Test the beef.net.request function by retrieving a URL.

  • Authors: bcoles

  • Browsers: All

  • Code

Internal Working

beef.net.request(scheme, method, domain, port, path, anchor, data, timeout, dataType, function(response) { beef.net.send("<%= @command_url %>", <%= @command_id %>, JSON.stringify(response)); } )

Feedback

Clone this wiki locally