Including Browser Credentials in HTTP Requests: Exploring Options and Security Concerns
Is it possible for there to be a native way to include browser credentials in external http requests
or to expose the internal tag for setting this option: https://github.com/Effect-TS/effect/blob/main/packages/platform/src/internal/fetchHttpClient.ts#L12C34-L12C81
I only want to do this on certain requests (for obvious security reasons) but this feels insanely hacky
or to expose the internal tag for setting this option: https://github.com/Effect-TS/effect/blob/main/packages/platform/src/internal/fetchHttpClient.ts#L12C34-L12C81
I only want to do this on certain requests (for obvious security reasons) but this feels insanely hacky
