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 
> file with a Python library. 
> 
> Any help would be great. I tried to play with "routes.py" but I don't know 
> what to define there.
> 

You need to %-escape the %: .../5%25pic.jpg

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to