HTTP authentication is a method for a HTTP user agent to provide a user name and a certain proof confirming the user's identity when making a request. Various proofs define different HTTP Authentication methods, e.g. basic, forms, digest, or others.
0
votes
2answers
30 views
HTTP Auth with dynamic URLs in Express.JS
I've got a route in my Express 3.0 app defined like this:
app.post('/:app/find', auth, function(req, res){
I'd like it restricted using HTTP authorization. My auth function just looks like this:
...
0
votes
0answers
13 views
Silverlight dialog window on unauthorized requests
On making http requests to a resource that gives an 401 Unauthorized, I get a dialog box asking for credentials. It reads like this on my German installation:
Ideally I'd rather have an exception ...
2
votes
2answers
43 views
scope of server variables in php
As we know that session variable $_SESSION is different for each user. I want to know the scope of Server variable like $_SERVER.
I am doing http authentication in my RestFul API. If I set the ...
0
votes
1answer
56 views
How do I detect an authentication challenge from a UIWebView?
I've seen many questions that ask (and answer) how to supply credentials when you know beforehand that the request requires them.
When I load a site that requests an authentication challenge, ...
0
votes
1answer
34 views
How to access HTTP Authentication dialog using Firefox SDK
I am writing a Firefox add-on for Linux users to pass credentials for NTLM authenticated sites.some what similar to AutoAuth which is written using XUL framework
...
-1
votes
2answers
243 views
Getting JSON data from a website using Delphi [closed]
There is this website http://www.ingress.com/intel
To access the website, we must login using username and password.
Once accessed, the site uses JSON for its data.
I am new to this JSON thing.
...
0
votes
0answers
46 views
IIS8: 100-Continue and 401 with HTTP PUT
I have a client that issues an HTTP PUT to upload a file to a SharePoint server. This server requires authentication (NTLM or Negotiate). The client includes an "Expect: 100-Continue" header in the ...
0
votes
0answers
44 views
Should UrlAuthorizationModule return HTTP 403 instead of HTTP 401?
Setup: Have an ASP.NET application with Windows Authentication hosted in IIS7. I also, have a CustomSqlRoleProvider which returns the roles associated to the user. Url Authorization module is ...
-2
votes
1answer
247 views
Java HttpClient cannot login to gmail, returning 200 instead of 302 [closed]
I'm following the code from
Android: How to login into webpage programmatically, using HttpsURLConnection
and trying to login to gmail using Java HttpClient. When I submit a post request with my ...
1
vote
0answers
87 views
Rest API authentication - Further clarification
I've been reading up on a lot of the REST API authentication threads, trying to piece together how it all works.
There seem to be 2 main camps, the 'just use HTTP basic/digest authentication and their ...
0
votes
0answers
35 views
How to clear CredentialStorage in IOS?
I am working on a application which make use of Basic Htttp authentication while having a dialog with webserver. For which i am implementing various methods to handle authentication challenge, defined ...
0
votes
1answer
86 views
node.js Express with HTTP-AUTH
I have problem with creating node.js application based on express with http-auth module.
It's a posslible create Middleware for this http-auth library i have this code
//Configure Middlewares
...
0
votes
0answers
29 views
usename and password to be used for ebay classified API
Any clue which username password need to be used for ebay classified API, I used normal user's username password for using API but still it says HTTP authentication needed. Any idea where I need to ...
0
votes
0answers
44 views
httpauthhandler proceed set max attempts
i've got a problem with httpAuthHandler if i'm calling this
httpAutHandler.proceed(field_username.getText().toString(), field_password.getText().toString());
It just works fine but when i submit a ...
0
votes
2answers
369 views
Tomcat, HTTP authentication, and Active Directory
In our intranet, all users log in Windows from an Active Directory domain. I must develop a solution for authenticating users against Active Directory, that runs in Tomcat and works for both Servlet ...
0
votes
0answers
80 views
Configuring a JMS Message store & message Scheduling processor with Basic HTTP authentication in Wso2 ESB
I am using an simple web service as my endpoint. It uses basic Http authentication as authentication mechanism and I want to implement "message Store and forward" integration pattern.
(my question ...
1
vote
1answer
77 views
HTTP Basic Authorization in .NET
Perhaps I'm missing something, or perhaps .NET is missing something (preferably the former)
When building an application (not exclusively ASP.NET, but such is my situation; specifically an ASP.NET ...
0
votes
3answers
847 views
Basic HTTP authentication with Jersey / Grizzly
I've written a simple REST server using JAX-RS, Jersey and Grizzly. This is how I start the server:
URI baseUri = UriBuilder.fromUri("http://localhost/api")
.port(8081)
...
0
votes
1answer
141 views
HTTP Authentication and REST
I am building a PHP Api that will allow a mobile app to talk to it. The app is more of a tech demo at the moment to test technology and ideas.
To secure the app requests, certain things will need ...
0
votes
0answers
107 views
Mimic browser behavior with php curl
I would like to use php curl to determine what type of http authentication the requested url requires and pass the credentials of http authentication for that particular authentication method in the ...
0
votes
1answer
92 views
Spring Security - Basic HTTP Authentication - change server message
If you are authenticating yourself with basic HTTP Authentication, you will see a popup like this:
I want to change: The server says: Spring Security Application to something else. But I am not sure ...
0
votes
1answer
145 views
http digest authentication with .htpasswd
I am working on windows and for now I have Http Basic authentication with following .htaccess file:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile D:\\some\\windows\\path/.htpasswd
require ...
1
vote
1answer
142 views
enable security check to access wsdl url
I have created a web service in my machine. Its URL is
http://localhost:8080/aaa/test?wsdl
I want to enable one feature to it. As soon as the user enters the url in browser, it should ask for the ...
0
votes
1answer
92 views
HTTP Error 401 at accessing Socialcast API
I receive 401 Unauthorized when trying to connect to Socialcast API (Demo).
This is my code:
ClientConnectionManager connectionManager = new BasicClientConnectionManager();
HttpClient client = ...
1
vote
1answer
98 views
Ruby Hanging on HTTP Get
This is my first time fiddling around with Ruby for anything more than simply math. All I'm trying to do is GET the contents of a URL using an API endpoint. Everything goes smoothly, until I actually ...
0
votes
1answer
122 views
Kerberos and forms authentication?
We have a system that's exposed to internal users (who have Kerberos authentication) and to 3rd parties that can log in via a traditional username/password form. What we've currently done is to have ...
0
votes
0answers
72 views
No css/javascript after httpauth on android
I added a HashMap for every URL I'm loading on my WebView (Android 4.x):
map = new HashMap<String, String>();
String usernamePassword = "user:password";
String authorization = ...
1
vote
2answers
231 views
PHP - Access to a password protected page
I would just like to find a way in PHP (a link, a button, etc.) to give the user the possibility to open a (http-authentication-based) password protected page.
I already tried with a simple href ...
0
votes
1answer
365 views
HTTP Authentication won't work on localhost Zend WAMP server
I've been working through PHP, MySQL, Javascript & CSS 2nd edition by Robert Nixon (O'Reilly 2012). I've managed to set up a database on my WAMP server (Zend server).
The book then shows how to ...
0
votes
2answers
29 views
Is it a good practise to tread HTTP credentials as a part of a resource identifier?
I'm designing a service which will require HTTP basic or digest authentication. I'm trying to weight pros and cons of using HTTP credentials as a part of resource identifiers. Say each authenticated ...
1
vote
0answers
235 views
IPCam's sd card access by cgi-http method(dlink dcs-942l) on android phone
I'm going to develop an ipcam security app on my android phone, and need to access to SD card of ipcam through HTTP request, to play a saved video, and I have two problem:
when access with browser ...
0
votes
0answers
34 views
Can an HTTP response include another authentication while an existing one is going on?
We are developing an HTTP client that needs to deal with WWW-Authenticate headers. The server would normally reply with several auth schemes at the beginning and if we choose NTLM, the server would ...
1
vote
0answers
147 views
Reading a chunked HTTP JSON response behind basic authentication using ASP.NET C#
With the huge number of ASP.net namespaces, classes and methods available I wonder if anyone can offer any assistance in narrowing down the ones I should pay particular attention to in order to:
Read ...
2
votes
3answers
311 views
Basic HTTP Auth for AWS S3 hosted site, similar to .htaccess
I have a static HTML site hosted on Amazon S3.
Ideally I want to be able to limit access to a staging site in the same way as with a .htaccess/.htpasswd file.
I understand that bucket policies can ...
0
votes
0answers
136 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 ...
1
vote
1answer
143 views
Protect all routes with Rack::Auth::Basic
I have a simple admin app that I'd like protected by basic HTTP auth. Here's what I have in my config.ru. This doesn't work. What am I missing?
use Rack::Auth::Basic do |user, pass|
pass == ...
2
votes
2answers
97 views
Ruby Mechanize issues with http authentication
I'm having issues getting around websites that use http authentication, I have a list of sites which I do some scrapping on but some of these have http authentication on them. I'm not looking to get ...
1
vote
2answers
626 views
Need to view website with a self-signed certificate and http authentication
I am having trouble viewing a website that has a self-signed certificate and also requires HTTP authentication. Currently I am trying to implement it by using How to display the Authentication ...
0
votes
0answers
121 views
http authentication issue on iframe
I have an HTML file with 2 links http://versionplus.in/pass/new.html, both links are in an iframe to load the contents inside the iframe. I have two protected directories one on the same server and ...
-3
votes
1answer
308 views
Get username used for HTTP Authentication with PHP? [closed]
I am using basic HTTP Authentication (From my htaccess file) and would like to get the username with PHP. e.g. if I logged in with username: user123 and password: password, I would like the PHP script ...
3
votes
1answer
685 views
Creating an iPhone app + Rails app + Devise Authentication
I currently have a rails app using Devise and I'm able to log in through my browser. I now want to create a native iPhone application that uses this rails app as the backend. What I would like:
When ...
1
vote
1answer
74 views
SOA - Signature Authorization Service - how to make the web interface to access user data
I've designed a REST Authorization Service that works pretty much like the Amazon S3 REST Authentication and it's secure enough to work on HTTP (without requiring the overhead to make all ...
3
votes
1answer
305 views
HTTP Authentication type Negotiate in iOS client application
Is the "Negotiate" HTTP Authentication scheme supported in iOS apps?
I'm trying to access a server that uses this authentication scheme. I'm currently using the ASIHTTPRequest class, which ...
0
votes
1answer
282 views
Trying to login with jsoup
I log in to the site (I know that because the result of the code shows me I am in: "Dilema Veche Contul meu Logout Întreb?ri frecvente ... etc) successfully but I cannot navigate the links of the ...
2
votes
1answer
1k views
CakePHP 2 Basic Auth Authentication
I am moving from CakePHP 1.3 to CakePHP 2.2.2 and want to use Basic Http authentication for a simple admin area. I am just not able to make it work and I am thinking that I understood something wrong ...
0
votes
0answers
186 views
HTTP Authentication not working in Android 4.x
I have a phonegap application. I query a REST web service which requires HTTP Basic Authentication
here is my code:
var username = 'test';
var pass = 'test';
var string = username+':'+pass;
var hash ...
1
vote
2answers
602 views
CURL to access a page that requires a login from a different page
I have 2 pages: xyz.com/a and xyz.com/b. I can only access xyz.com/b if and only if I login to xyz.com/a first. If accessing xyz.com/b without going through the other, I simply get access denied (no ...
0
votes
0answers
160 views
Get source code of authentication-required website through scripting [closed]
I am working on scrapping the content of a specific website (http://example.com) which requires a username/password authentication.
I have tried using wget with basic HTTP Authentication:
...
0
votes
1answer
86 views
How can I automatically authenticate a different site?
I have a Wordpress site, and I am using the API of a 3rd party searchprovider which uses Basic HTTP Authentication.
When the user searches on my site, a JS submits the search request to the 3rd party ...
1
vote
1answer
259 views
Using WebClient to ping a web site
I have a tiny app that I wanting to run and ping an internal web site. Here is the code:
using (var client = new WebClient())
{
client.DownloadString("http://MyServer/dev/MyApp");
}
However, ...


