WebViewClient HttpAuthHandler Proceed

  • Replies:0
Mike Taivalmaa
  • Forum posts: 1

Apr 24, 2011, 2:50:34 AM via Website

Hello,

I have a very simple APP but need help understanding HttpAuthHandler with proceed.

The APP has 4 buttons that each go to a URL for a FOSCAM webcamera.

The first button works just fine.

URL = http://someplace.com/snapshot.cgi?user=test&pwd=test

This button works and I get a webview with a snapshot from my webcamera.

The next button is a command to start a horizontal patrol.

URL = http://someplace.com/decoder_control.cgi?command=28?user=test&pwd=test

When I use this button I get a webview with a 401 Unauthorized Authorization required.

** this makes no sense since they both require the same user / password and the snapshot works?

Any help will be great. I can post code if needed.

- Mike

Reply