1

I've been trying to figure out how to do a HTTP authentication and then use the session to display pages in a webview in my android app. Could someone please provide som guidance (I would very much appretiate some sample code if possible).

I use Zend ACL on the server side.

Thanks in advance.

Charles
  • 50,943
  • 13
  • 104
  • 142
user439781
  • 131
  • 12

1 Answers1

0

Have you looked at Zend_Auth? It should do exactly what you need. It does have http auth.

Teodor Talov
  • 1,933
  • 2
  • 25
  • 39