Issue 526 Fixed#648
Conversation
* this.protocol from client instance is used as the URL protocol as it should be
|
@mrhillsman @mattgrande @kenperkins @stammen @indexzero @BobDickinson as simple as this. It needs to be merged. Thanks. |
|
I have the same issue and this patch appears to work. |
|
That's not possible, beacuse it says http is constant in that string. It is necessary to add https to the requests. When http is used there's no problem with Azure, but http is too much open for Azure requests. Https is necessary instead. |
|
Is there anybody that merge this to master please? Really need it @mrhillsman @mattgrande @kenperkins @stammen @indexzero @BobDickinson |
|
hey @sebastianfelipe unfortunately i do not have permissions on this repo |
|
@sebastianfelipe / @mrhillsman merged. |
|
Thanks! Everyone! |
|
@rosskukulinski cannot download it correctly, I don't know if it is because some npm cache, or because it is necessary to add it or create a new release, call it 1.7.0.1 or 1.7.1 or something. I'd appreciate your help. Thanks. |
Issue 526 Fixed