Keith Rogers

Results 2 issues of Keith Rogers

Tidying up the bridge tests a bit: * Separate out `getPlatform` and `isNativePlatform` tests * Run all tests on iOS and Android, making sure that any tests that are added...

I want to send a `x-forwarded-host` header in the proxy request, and tried to implement like this: ```js app.use(proxy({ host: 'somethingelse.com', match: '\/something\//, requestOptions: (req, options) => { options.headers['X-Forwarded-Host'] =...