Skip to content

Commit 38baadb

Browse files
author
Base44 Gremlin
committed
Remove X-App-Id header from SDK client
The X-App-Id header was a legacy mechanism for passing app identity to the backend. App identity is now determined from URL path parameters in all API routes, making this header redundant. Part of base44-dev/gremlins#871
1 parent 55871ef commit 38baadb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export function createClient(config: CreateClientConfig): Base44Client {
9797

9898
const headers = {
9999
...optionalHeaders,
100-
"X-App-Id": String(appId),
101100
};
102101

103102
const functionHeaders = functionsVersion

0 commit comments

Comments
 (0)