Massimo, Sorry, for the late reply. I downloaded the latest "Version 2.0.0 (2012-08-15 17:30:38) dev" and confirmed it fixed now.
On Tuesday, August 7, 2012 5:01:56 PM UTC-5, Massimo Di Pierro wrote: > > It is probably because of this line in gluon/main.py > > if not is_valid_ip_address(request.client): > raise HTTP(400,"Bad Request") > > Can you log the request.client value for you when it fails? > > On Tuesday, 7 August 2012 16:02:51 UTC-5, Omi Chiba wrote: >> >> I'm testing latest version in trunk ("Version 2.0.0 (2012-08-07 14:30:28) >> dev"). >> My web2py site is running under apache by >> this<http://ochiba77.blogspot.com/2011/10/how-to-setup-web2py-apache-wsgi-uniform.html>method >> on my PC (computer name: ochiba-183) >> >> It works fine when I access my test site http://ochiba-183 with google >> chrome but shows "Bad Request" when I open with IE. (See attached). >> >> Is something changed ? It was fine when I tested with the old version >> ("Version 2.00.0 (2012-06-09 17:47:02) dev") >> >> --