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
Rather than using http as your transport method, would you consider https? Many enterprise networks block outbound on port 80, regardless of whether the destination is "safe" or "known". updating to include var https = require('https'); or determining whether to use http or http based on a variable would be helpful.
The text was updated successfully, but these errors were encountered:
Rather than using http as your transport method, would you consider https? Many enterprise networks block outbound on port 80, regardless of whether the destination is "safe" or "known". updating to include var https = require('https'); or determining whether to use http or http based on a variable would be helpful.
The text was updated successfully, but these errors were encountered: