I have a redirect, which appends #_=_ to the URL everytime it goes through- this is not the intention
The only thing that differs in that GET function is that it assigns and parses some data. But I cannot reproduce this on the other else/if's I've tried probing all web.ctx vars: http://hostname.info:8080 http://hostname.info:8080 hostname:8080 85.82.251.93 GET /signup http /signup /signup#_=_ It doesn't show the #_=_ at the end, so why is the redirect/seeother append #_=_ ? My template contains no suspicious js, or other query- manipulating features. I thought it was some unitialized variables / keys that were wrongly appended to the query-string .. I'm just not able to locate it .. Regards, -- 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.
