Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Last active August 29, 2015 14:05
Show Gist options
  • Save jakecraige/a78de57b851a52e5e6d1 to your computer and use it in GitHub Desktop.
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.
# 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