Hello Guys,

I'm having some trouble using redirect in my application

after making a request, rather than redirect to the domain + the url
it is sending to the IP address of the domain, I capture the request
through the Firefox addon HTTP_HEADERS:


#request# GET https://www.ucs.br/favicon.ico
#request# GET https://www.ucs.br/site/administracao/banners/1/edicao/
#request# POST https://www.ucs.br/site/administracao/banners/1/edicao/
POST /site/administracao/banners/1/edicao/ titulo=Matr%C3%ADculas+On-
line+%3Cbr%2F%3EPer%C3%ADodo+2009%2F4&link=http%3A%2F%2Fwww.ucs.br
%2Fucs%2Fgraduacao%2Fmatriculas_online
%2Fmatricula_online&inicio_exibicao_0=14%2F05%2F2009&inicio_exibicao_1=18%3A00%3A47&fim_exibicao_0=15%2F06%2F2009&fim_exibicao_1=22%3A00%3A00&local=R
#request# GET http://200.160.128.111:8005/site/administracao/banners/1/
#request# GET 
https://ucsvirtual.ucs.br/login/?next=/site/administracao/banners/1/

note that I am using https, and the field, when I, in the redirect
using the reverse:

post_save_redirect = reverse ( 'apps.banners.views.exibe', args =
[banner_id])

he sends it to the address above, (ip and http)

--
Marcos Daniel Petry
http://mdpetry.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to