Re: [Moo] Re: In way over my head (MooTools Filemanager)

2012-07-13 Thread Sanford Whiteman
> I'm having the same issue. What do I need to put where to make basic > authentication work? You need to simulate the basic auth by passing them in the query string and then interpreting u=&p= on the server side. It's similar to when you can't send, for example, PUT, so you send a special hint

Re: [Moo] Re: In way over my head (MooTools Filemanager)

2012-07-13 Thread Lennart
I'm having the same issue. What do I need to put where to make basic authentication work? On Tuesday, 24 April 2012 21:13:32 UTC+2, Sanford Whiteman wrote: > > > pretty basic. > > No pun intended. :) > > You're using basic auth, and Flash won't pass those creds unless you > configure MTFM to pas

Re: [Moo] Re: In way over my head (MooTools Filemanager)

2012-04-24 Thread Sanford Whiteman
> pretty basic. No pun intended. :) You're using basic auth, and Flash won't pass those creds unless you configure MTFM to pass them in the query string. -- S.

[Moo] Re: In way over my head (MooTools Filemanager)

2012-04-24 Thread Chad Meyers
htaccess file AuthType Basic AuthName "Site Admin Access Only" AuthUserFile /home/117149/.htpasswd AuthGroupFile /home/117149/.htgroup Require user sbh_admin sdc pretty basic. I really would like to get this straightened out. doing sniffing is beyond what I think I can do. I will see what I ca