You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd provided an option for test mode which would try to intercept http requests made with request (so... lots of language-packages until recently) but that no longer works with axios and request is deprecated. We had used https://www.npmjs.com/package/mitm , but after a hard look it feels like this really shouldn't be the responsibility of core.
I'd move to drop support for test mode and let folks set up their own proxies with axios if they really want. Thoughts @stuartc , @lakhassane , @chaiwa-berian ?
The text was updated successfully, but these errors were encountered:
100% agree, I think it would be core's responsibility to pass parameters into the language pack and have that specific adaptor be in charge of what 'test mode' means in that context.
We'd provided an option for
test mode
which would try to intercept http requests made withrequest
(so... lots of language-packages until recently) but that no longer works withaxios
andrequest
is deprecated. We had used https://www.npmjs.com/package/mitm , but after a hard look it feels like this really shouldn't be the responsibility ofcore
.I'd move to drop support for test mode and let folks set up their own proxies with axios if they really want. Thoughts @stuartc , @lakhassane , @chaiwa-berian ?
The text was updated successfully, but these errors were encountered: