diff --git a/package.json b/package.json index c62276a..b1e97c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "i24-daq-ui", "private": true, - "version": "0.0.9", + "version": "0.0.10", "type": "module", "scripts": { "dev": "vite", diff --git a/src/blueapi/blueapi.ts b/src/blueapi/blueapi.ts index 78b44eb..9f070da 100644 --- a/src/blueapi/blueapi.ts +++ b/src/blueapi/blueapi.ts @@ -33,6 +33,7 @@ function blueApiCall( headers: { Accept: "application/json", "Content-Type": "application/json", + "X-Requested-By": "XMLHttpRequest", }, method: _method, body: body ? JSON.stringify(body) : null,