thanks, this is what i am doing, require 'rest_client'
RestClient.get "http://services.aonaware.com/DictService/ DictService.asmx/Define?word=foobar" which works fine from my mac, but connection fails from heroku. On Mar 23, 10:02 am, Adam Wiggins <[email protected]> wrote: > On Sun, Mar 22, 2009 at 3:21 PM, pabloa <[email protected]> wrote: > > hi, i am using the rest client gem to connect to a public dictionary > > web service via a HTTP GET, but it seems that Heroku does not allow > > this connection . > > All Heroku apps can send traffic on the web ports (80 and 443), so this > should work. Post your code (minus any http auth data or other sensitive > info) and perhaps someone can spot the issue with it. > > Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
