[web2py] invalid request

2016-05-10 Thread 'Laer Cius' via web2py-users
Hi, I know this is going to be a bit vague but I have a web2py folder in my home : /home/user/web2py which I can reach in my browser at 127.0.0.1:8080 and that I now try to access through public_html. Then I copied all files into public_html, made apache and file system modifications

[web2py] invalid request error when the url address contains special characters.

2014-07-26 Thread kenny c
I have a website link that has special characters in it, e.g) www.asdfasdf.com/5%pic.jpg If I try to open this link, I get invalid request error. The reason that the link ends with jpg extension is that I am creating a jpg file with a Python library. Any help would be great. I tried to play

Re: [web2py] invalid request error when the url address contains special characters.

2014-07-26 Thread Jonathan Lundell
On 26 Jul 2014, at 1:27 AM, kenny c firstclasske...@gmail.com wrote: I have a website link that has special characters in it, e.g) www.asdfasdf.com/5%pic.jpg If I try to open this link, I get invalid request error. The reason that the link ends with jpg extension is that I am creating a jpg

[web2py] invalid request with a simple view

2014-01-05 Thread pythonic . jonathan
I'm starting at the start with trying to understand the structure of web2py and how it all fits together (reading books doesn't work for me). To that end I've created a view, the entire content of which is: h1hello world/h1 This is in a view file called index.html - I'm not extending

Re: [web2py] Invalid request with special chars in URL

2013-09-11 Thread Wonton
Hello! Sorry for answering myself, but I've been working on this problem without success. This time I've tried with this post: https://groups.google.com/forum/#!msg/web2py/JZSL1R9J-C0/qsZ32kVfhGAJ Following Massimo advise in that post I've done this: This is my Routes.py: #!/usr/bin/python #

Re: [web2py] Invalid request with special chars in URL

2013-09-05 Thread Jonathan Lundell
On 5 Sep 2013, at 12:11 AM, Wonton rferb...@gmail.com wrote: Hello Marcio, First of all, thank you so much for your answer, I haven thought on that possibility and it's very interesting. However, I have a huge number of services and I often test them manually, so I would like to

Re: [web2py] Invalid request with special chars in URL

2013-09-05 Thread Wonton
Arrgh! I must be missing something, I'm very sorry :-(. I've tried this: - No changes. The site is working correctly except for the special chars. - I've created in web2py root directory the routes.py file with this content: routes_apps_raw=['myapp'] -I've restarted web2py. - My app is not

[web2py] Invalid request with special chars in URL

2013-09-04 Thread Wonton
Hello everyone! I've developed a web2py backend which is given me problems with special chars in URLs. I'm a newbie with web2py so maybe I'm missing something very easy, sorry if that is the case ;-). These are the details of my app. - I have no routes.py file. - In controllers/default.py I

[web2py] Invalid request when url for static file contains space

2013-06-01 Thread Alastair Medford
Hey, searched around I'm having the same problem as the following topic: https://groups.google.com/d/topic/web2py/yNwOUgOeKqI/discussion I get invalid request when I try to visit the following url: http://127.0.0.1:8000/myapp/static/skillPages/fall2012/MT%20Burk/MT%20Burk_2_01-06-13_R1.pdf; The

[web2py] Invalid request if the URL contains a special char or umlaut

2012-02-01 Thread Dan
Hi, I'm using the lates Version of Web2py and getting a invalid request if I'm using any special chars like %21 (!) or umlauts. Web2py is running with the fcgihandler and Lighttpd. All special chars are encoded by using urllib.quote(). Please help! Thanks a lot.

Re: [web2py] Invalid request if the URL contains a special char or umlaut

2012-02-01 Thread Bruno Rocha
in your routes.py #specify a list of apps that bypass args-checking and use request.raw_args # #routes_apps_raw=['myapp'] #routes_apps_raw=['myapp', 'myotherapp'] On Wed, Feb 1, 2012 at 3:52 PM, Dan kor...@ironshark.de wrote: Hi, I'm using the lates Version of Web2py and getting a invalid

Re: [web2py] Invalid request if the URL contains a special char or umlaut

2012-02-01 Thread Jonathan Lundell
On Feb 1, 2012, at 9:52 AM, Dan wrote: I'm using the lates Version of Web2py and getting a invalid request if I'm using any special chars like %21 (!) or umlauts. Web2py is running with the fcgihandler and Lighttpd. All special chars are encoded by using urllib.quote(). Post an example,

[web2py] invalid request

2011-03-05 Thread I4py
i have to comunicate beetwen 2 files with url. for example *http://127.0.0.1/myapp/default/page * ... *http://127.0.0.1myapp/default/page?q=abcdefg* a dont have page?q=abcdefg file so web2py shows me invalid request. how can i solve this problem? i'm a litle noob in web2py and english,sry

[web2py:11536] Re: New to web2py.. Invalid request?

2008-11-09 Thread kaos
I started out with the built in server but I didn't like it very much. I now have a Hello world app without any custom css and javascript... time to start building :) On Nov 10, 4:49 pm, Yarko T [EMAIL PROTECTED] wrote: :-) On Sun, Nov 9, 2008 at 9:48 PM, yarko [EMAIL PROTECTED] wrote: If

[web2py:11534] Re: New to web2py.. Invalid request?

2008-11-09 Thread yarko
If you're doing localhost, start out easy - web2py comes with it's own server builtin - cherrypy. All you need to do is install somewhere by itself, and start web2py.py. You should see a browser come up with the same welcome path On Nov 9, 9:16 pm, kaos [EMAIL PROTECTED] wrote: I have

[web2py:11533] Re: New to web2py.. Invalid request?

2008-11-09 Thread kaos
Nvm, got it :) you need to run web2py.pl :) On Nov 10, 4:16 pm, kaos [EMAIL PROTECTED] wrote: I have setup Apache2.2/Python2.5 and the latest mod_wsgi and the server is running well with basic hello world app (Windows Vista). I then extracted web2py source to wsgi root and set up

[web2py:11535] Re: New to web2py.. Invalid request?

2008-11-09 Thread Yarko T
:-) On Sun, Nov 9, 2008 at 9:48 PM, yarko [EMAIL PROTECTED] wrote: If you're doing localhost, start out easy - web2py comes with it's own server builtin - cherrypy. All you need to do is install somewhere by itself, and start web2py.py. You should see a browser come up with the same