2
votes
3answers
571 views
HTTP Authentication (Basic or Digest) in ASP Classic via IIS
I want to develop a website in ASP classic that uses HTTP Authentication against a database or password list that is under the control of the script. Ideally, the solution should i …
1
vote
4answers
68 views
Invalid OAuth Signature returned while using Yammer Api
I am trying to write a small webapp that pulls data from Yammer. I have to go through Yammer's OAuth bridge to access their data. I tried using the Oauth php library and do the 3 w …
0
votes
3answers
266 views
How to get Google cookies having the user and the password?
The tool I'm developing would do a thing similar to when you join Facebook and they ask your GMail username and password and with it they can grab all your contacts.
But my tool d …
1
vote
1answer
75 views
NSURLConnection using basic auth fails on Tiger, succeeds on Panther and Leopard
I have a program running on Panther, Tiger, and Leopard systems and using the following method for NSURLConnection authentication ("encodedUserPass" is the auth string with the wor …
0
votes
4answers
498 views
IIS as reverse proxy
Hi,
I'm looking into to having IIS doing authentication in an application being executed on a J2EE server (JBoss). Is there any ways to have IIS work as reverse proxy and propagat …
0
votes
2answers
54 views
Open-source Java server-side implementations of HTTP auth decoding
I have a requirement to perform HTTP authentication logic within a servlet application, rather than delegating this task to the container.
Specifically, I need a way of taking the …
4
votes
12answers
4k views
HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR
I'm trying to request a HTTP resource that requires basic authorization headers from within an Adobe AIR application. I've tried manually adding the headers to the request, as well …
-1
votes
2answers
106 views
HTTP authenticate a file download … how to? [SOLVED]
In my website I've a php script that launches a file download without showing the full path of the file, the code look like this:
$path = '../examples/test.zip';
$type = "applicat …
0
votes
1answer
257 views
Authenticating to Google Search Appliance using Basic HTTP auth and ASP.NET (VB)
I've run into a snag though which has to do with authentication between the Google Search Appliance and ASP. Normally, when asking for secure pages from the search appliance, the s …
1
vote
1answer
25 views
how to use a private yum repo on amazon-s3 to provision amazon-ec2 instances?
My fantasy is to be able to spin up a standard AMI, load a tiny script and end up with a properly configured server instance.
Part of this is that I would like to have a PRIVATE y …
2
votes
3answers
116 views
HTTP Basic Auth, reading password file and performance
hi,
I'm curious to know what are the performance impacts of using HTTP Basic Auth on a webserver like Apache or lighttpd or nginx. I imagine the bottleneck is the actual reading o …
1
vote
1answer
171 views
Is HTTP Authentication possible with PHP on IIS FastCGI?
I've just migrated from PHP 5.2.3 using php5isapi.dll to PHP 5.3.0 using FastCGI and php-cgi.exe. On this site I have hooks for windows/ntlm/http authentication doing something lik …
1
vote
2answers
119 views
Perl: Get .htaccess status on the current folder
I have developed sort of a Server Explorer as a module for our web application, and it actually works great. I am doing some refinements to it and there is one problem I don't real …
0
votes
3answers
107 views
HTTP authentication in app engine dev server
I want to setup the app engine dev server, so that it's available to other people for a preview.
What I'd really like to do before that is enable http authentication for any url s …
2
votes
2answers
247 views
pywikipedia bot with https and http authentication
I'm having trouble getting my bot to login to a MediaWiki install on the intranet. I believe it is due to the http authentication protecting the wiki.
Facts:
The wiki root is: …
