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 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 > file with a Pytho

[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