0
votes
2answers
2k views

cannot be resolved to a type

I am trying to use HTTP Authentication in my JSP code. But I am getting error on MyAuthenticator cannot be resolved to a type. Is the sytax correct for the code that I have writtent in jsp page. Any ...
0
votes
2answers
374 views

Possible to Authenticate with an website with POST / Download CAPTCHA

I've often wanted to create applications that provide a simpler front-end to other websites that require users to login before the pages I want to use can be accessed. I was wondering, if (1) any ...
1
vote
1answer
989 views

Digest Authentication to access rest web services

Hello I'm developing a mobile client that will consume some exposed rest web services. But before that we need to add security to them. I have been looking at HTTP Basic and Digest Authentication, ...
0
votes
1answer
309 views

How to authenticate with groupon?

I'm looking to develop a groupon android app that let the user look at their purchased groupon along with other stuffs. I know there's an app out there already. But it doesn't do the other stuffs I ...
0
votes
0answers
133 views

HTTP Authentication fun with Javascript Scripted Data Sources in BIRT

I'm trying to talk to a RESTful API that returns JSON and uses HTTP basic authentication. I've got this working fine with normal Rhino at the command line, but as soon as I load it into BIRT and try ...