Maksym Dogadailo
Results
2
comments of
Maksym Dogadailo
А если так? | | | | | --- | :---: | --- | | [Виталий Фридман - New adventures in frontend, Season 2](https://youtu.be/_66dr7UFqZI?t=3595) | 1:03:05 (59:55 - 2:03:00) |...
I think you can't use proxy with client implementation. But for server version: ```javascript import fetch from 'isomorphic-fetch'; import proxyAgent from 'http-proxy-agent'; //import proxyAgent from 'https-proxy-agent'; // HTTPS const options...