Last active
August 29, 2015 14:05
-
-
Save jakecraige/a78de57b851a52e5e6d1 to your computer and use it in GitHub Desktop.
Failed get request to SOAP service. Works in all other avenues I've tried but node will not respond.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Returns as you'd expect | |
echo "require('https').get('https://github.com/jakecraige.json', function(res) { console.log(res); });" | node | |
# Won't return, eventually throws ECONNRESET | |
echo "require('https').get('https://gateway.rpx.realpage.com/rpxgateway/PricingAndAvailability.svc', function(res) { console.log(res); });" | node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment