dodo / node-unicodetable

unicode lookup table
MIT License
42 stars 34 forks source link

Fix working with proxy servers #23

Open vadzay opened 8 years ago

vadzay commented 8 years ago

When you try to install this module using proxy, install.js will silently fail, because any normal proxy server will decline request which does not mention scheme and return HTTP 400.

This commit fixes this, this way will work either using proxy, or not.

JLHwung commented 7 years ago

This PR is duplicates of #22 and I suggest to close.