binaryminds / react-native-sse

Event Source implementation for React Native. Server-Sent Events (SSE) for iOS and Android 🚀
https://www.npmjs.com/package/react-native-sse
MIT License
174 stars 27 forks source link

Allow overriding of `X-Requested-With` header #13

Closed pke closed 8 months ago

pke commented 1 year ago

It would be helpful if the X-Requested-With could be overridden by options.headers

wojciechkrol commented 8 months ago

Fixed in https://github.com/binaryminds/react-native-sse/commit/a16e01ce2c6b90fb899980efc7c532e03ae62fc8

pke commented 8 months ago

Thanks for fixing this!