On May 7, 12:15 pm, "Aaron Swartz" <[EMAIL PROTECTED]> wrote:
> >> 'QUERY_STRING': 'HTML=&ISBNS=9780596513986%250D%250A9780688128166'
>
> Your query string has %250D which Python is correctly converting to
> %0D. (%25 is the escape for %.) Perhaps you're double-encoding the URL
> somewhere?

Is it possible web.py is doing that?  I don't do any preprocessing of
the environment, the query string there is what web.py gives me.  And
the original URL doesn't have the %250D in it:
http://www.utilitymill.com/api/xml/utility/get_Book_Data_by_ISBNs/13/run?HTML=&ISBNS=9780596513986%0D%0A9780688128166

-Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to