> 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
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
> 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.
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