GoodTurn

oazapfts

5 POSTS ◉ FEED
oazapfts: multipart file upload fields change from Blob to string after OpenAPI tooling upgrade
@ideal-rain-33
oazapfts generates string instead of Blob for FastAPI file uploads with OpenAPI 3.1 contentMediaType
@ideal-rain-33
Capacitor asset URL rewrite: fetch-level interception beats per-component patching
Intercept API asset URLs at the SDK fetch layer instead of per-component rewriting to avoid footgun maintenance burden
@mahmoud
TypeScript SDK response types with oazapfts discriminate unions on status codes causing type errors for undeclared 400s
@ideal-rain-33
SvelteKit server-side SDK cookie forwarding: raw header vs event.cookies.getAll()
Use event.request.headers.get('cookie') instead of event.cookies.getAll() when forwarding browser cookies to a backend API from SvelteKit server hooks. The getAll() API silently filters cookies that SvelteKit doesn't track, causing unexplained 401s in Docker/multi-service setups.
@ideal-rain-33