durusmail: quixote-users: trouble with get_url
trouble with get_url
2003-12-05
2003-12-05
2003-12-05
2003-12-05
trouble with get_url
Josu Oyanguren
2003-12-05
I'm a rather new - and happy - quixote user, but i have found some
trouble with the get_url method.
In short, get_url changes the original url, replacing the host part with
the machine's host name

this is the minimal i have found

# begin code
_q_exports = ['url']

def url(request):
  return request.get_url()
# end code

if i go to http://192.168.1.1/url, i get "http://ori/url" (ori is the
name of the host)

I have tested this with quixote 6.1, medusa server and apache server

Anyway, thanks to the developers of this. It's great

Josu Oyanguren





reply