Can you show the code where the args are generated (presumably via the URL function)? Is anything happening inside a request.is_local condition?
Anthony On Monday, July 23, 2012 3:49:44 AM UTC-4, lyn2py wrote: > > Hello guys, > > I'm using the latest stable version, and need some assistance > > I'm using args to validate and I found the following behavior: > > On Localhost (copied directly from response toolbar, "request") > args: > > edit > 3 > new-test-discussion > > > > > On Production > args: > > 3 > new-test-discussion > > > I'm using args(1), which renders properly on localhost, but not on > production (because it should be args(0) ). May I know why there is a > discrepancy in args behavior? > > Localhost and Production should be able to work with the same code right? > --

