Is the username/password prompt from Django or Apache Auth?

If it's Django, change the view to accept username/password params on
the query string (removing decorators and/or changing middleware to
allow access to that url).  e.g., 
http://example.com/some/url/?username=foo&password=bar

If it's Apache Auth, use a URL like this: http://username:[EMAIL 
PROTECTED]/some/url/

Hope that gets you moving in the right direction...

doug.


On Nov 14, 6:44 am, Harish <[EMAIL PROTECTED]> wrote:
> hi.. friends,
>
> I have one django site which is running on the internet...
>
> Now the web service provider needs to monitor the django site and the
> database.
>
> Now they told me to create a webpage which goes through django and
> fetch some data and
> print in the webpage....
>
> the problem i am facing is, every time I run the url, i need to give
> the user and password...
>
> The monitoring is done by software  which is located in the
> webserver...
>
> any help from the group....
>
> regards
> Harish Bhat M
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to