thank you very much

On Nov 14, 7:10 pm, Doug Van Horn <[EMAIL PROTECTED]> wrote:
> Is the username/password prompt fromDjangoor Apache Auth?
>
> If it'sDjango, 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 onedjangosite which is running on the internet...
>
> > Now the web service provider needs to monitor thedjangosite and the
> > database.
>
> > Now they told me to create a webpage which goes throughdjangoand
> > 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