On 3/2/08, SimianLogic <[EMAIL PROTECTED]> wrote: > I know accessing external html files isn't allowed unless your app is > blessed, but I was wondering if we're allowed to access files within > our own subdomain?
Yeah, that won't work, unfortunately. A request to yourapp.heroku.com will get routed out to the load balancer before it gets sent back in to your app server. There's no way to short-circuit that, that I can think of. 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 -~----------~----~----~----~------~----~------~--~---
