Skip to content

Remove X-App-Id header#2

Open
base44-os-gremlins[bot] wants to merge 2 commits intomainfrom
remove-x-app-id-header
Open

Remove X-App-Id header#2
base44-os-gremlins[bot] wants to merge 2 commits intomainfrom
remove-x-app-id-header

Conversation

@base44-os-gremlins
Copy link

Summary

  • Remove "X-App-Id" to config.appId from baseHeaders in createClient (Base44Client.kt)
  • Rename test testXAppIdHeaderSenttestCustomHeadersForwarded with a generic custom header, since the test was validating header forwarding in Base44HttpClient (still valid behavior, just not X-App-Id specifically)

Context

Part of the platform-wide removal of the legacy X-App-Id header: base44-dev/gremlins#871

App identity is determined from URL path parameters (/api/apps/{app_id}/...). The header was never read by the backend for any current routes.

Test plan

  • All SDK tests pass (including the renamed testCustomHeadersForwarded)
  • Entity, function, and integration calls work without the header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants