> 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=<username>&p=<password> on the server
side.

It's similar to when you can't send, for example, PUT, so you send a
special hint like &pretend-method-was=PUT.

-- S.

Reply via email to