Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [testing rugby-core]

From: petr:krenzelok:trz:cz at: 12-Feb-2002 7:36

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-