diff --git a/vendor/hal-browser/js/hal/http/client.js b/vendor/hal-browser/js/hal/http/client.js index d89cbdbd7..f108177b3 100644 --- a/vendor/hal-browser/js/hal/http/client.js +++ b/vendor/hal-browser/js/hal/http/client.js @@ -1,6 +1,6 @@ HAL.Http.Client = function(opts) { this.vent = opts.vent; - $.ajaxSetup({ headers: { 'Accept': 'application/hal+json, application/json, */*; q=0.01' } }); + $.ajaxSetup({ headers: { 'Accept': 'application/hal+json, application/json, */*; q=0.01', 'X-Interface': 'HAL Browser' } }); }; HAL.Http.Client.prototype.get = function(url) {