Is there a way to make an HTTP request using the Chrome Developer tools without using a plugin like POSTER?
if you use jquery on you website, you can use something like this your console
$.post( 'dom/data-home.php', { type : "home", id : "0" },function(data){ console.log(data) })