Re: [web2py] Re: costum error log

2013-04-20 Thread Niphlod
seems to me that what you want is save requested_uri no ? On Friday, April 19, 2013 10:36:05 PM UTC+2, BlueShadow wrote: well that was my personal trial to get a 400 error. I just want to find out why there are about 5-10 400 errors on my webpage per day. and if they are caused by some

[web2py] Re: costum error log

2013-04-19 Thread Niphlod
uhm you can't (even in a normal request) have the value that is assigned with an #anchor (call it anchor, fragment, whatever) ... that doesn't get passed to the webserverso you can't have a page that fails because of that #part On Friday, April 19, 2013 8:22:21 PM UTC+2, BlueShadow

Re: [web2py] Re: costum error log

2013-04-19 Thread Kevin Bethke
Thats no anchor thats the first random character i found. Try it it fails. Code 400 Am 19.04.2013 20:50 schrieb Niphlod niph...@gmail.com: uhm you can't (even in a normal request) have the value that is assigned with an #anchor (call it anchor, fragment, whatever) ... that doesn't get

Re: [web2py] Re: costum error log

2013-04-19 Thread Niphlod
given that you want a ready-to-use solution, can you give an example ? with /app/controller/function# you can't get what follows #, but the first is in requested_uri as it should be. On Friday, April 19, 2013 8:53:52 PM UTC+2, BlueShadow wrote: Thats no anchor thats the first random

Re: [web2py] Re: costum error log

2013-04-19 Thread BlueShadow
well that was my personal trial to get a 400 error. I just want to find out why there are about 5-10 400 errors on my webpage per day. and if they are caused by some bad bots or something. So I can lock them out with my firewall. If its just typos I won't do a thing. Right now I'm saving the