wabarc/cairn

http/socks proxy support on cairn

dadami-io opened this issue · 4 comments

We can add proxy feature on cairn, which use axios to fetch data.
It will be much easy to crawl websites.

Thanks for opening this issue. We should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

Will it work if the http_proxy and https_proxy environment variables are defined for the proxy?

I think so,? axios support them

axios did not support socks proxies, this is now fixed. If you are interested, you can checkout to the proxy branch and try to use it.