Re: [modwsgi] Make apache transmit RAW URLs to mod_wsgi

13 views
Skip to first unread message

Graham Dumpleton

unread,
Nov 6, 2012, 4:23:21 PM11/6/12
to mod...@googlegroups.com
Sorry, this got lost in my inbox. Did you ever resolve it?

In general, it is up to the web framework/application to convert %
escapes back into the original characters.

There are certain characters one should be very careful about using in
URLs, such as ?, =, & and / as they have meaning within a full URL
and/or the web server can actually throw them away (repeating
slashes).

If still having an issues, a proper example of what you are doing would help.

Graham

On 31 October 2012 00:01, Thomas Sarboni <t.sa...@gmail.com> wrote:
> Hi.
> I have a bottle.py webpadd served by Apache and mod_wsgi.
> I use a route, in bottle.py, composed of a base64 encoded element.
> The problem is that the URL is encoded while transmitted to mod_wsgi and all
> '=` symbols are converted to '%3D`.
> It it possible to disable canonicalization of URLS so they are passed raw to
> mod_wsgi ?
>
> Thanks a lot for your help.
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/modwsgi/-/bCeLLhEdcZ4J.
> To post to this group, send email to mod...@googlegroups.com.
> To unsubscribe from this group, send email to
> modwsgi+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.

Tamer Higazi

unread,
Nov 11, 2012, 8:35:55 PM11/11/12
to mod...@googlegroups.com
curl or pycurl?!


Tamer
Reply all
Reply to author
Forward
0 new messages