UNPKG

httpsnippet

Version:

HTTP Request snippet generator for *most* languages

12 lines (11 loc) 220 B
"use strict"; var settings = { async: true, crossDomain: true, url: 'https://mockbin.com/har', method: 'GET', headers: {} }; $.ajax(settings).done(function (response) { console.log(response); });