Closed bjschnei closed 13 years ago
doh...of course...because i am passing it as a get argument..it isn't actually passed to your service.
you should support post operations :)
sorry..to answer my own question...looks like you can url encode the href argumetn and all will work
...?href=urllib.quote(urlwithhash)
works fine
shortening the url
www.mysite.com/foobar#part1
will give you a short url that resolves to
www.mysite.com/foobar
undesired behavior.