Replying to myself as I figured out something ...
> btw: I don't know what's with my computer, but I can't state following: > > do get-rugby-service http://localhost:9005 > do get-rugby-service http://127.0.0.1:9005 > > instead of that I have to state: > > do get-rugby-service http://my-real-ip-address-here:9005 > > strange, shouldn't it work using "localhost" or loopback address? > If you are using proxy, take care of putting bypass for your loopback address into the block, e.g. system/schemes/default/proxy/bypass: ["127.0.0.1"] ... and the problem will be gone. Otherwise Rugby will try to 'get-rugby-service from your localhost thru your proxy, which does not know what the "localhost" actually is, or something like that :-) Maarten: Worth putting it in faq? Cheers, -pekr- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
