A challenge-response authentication mechanism for HTTP

learn more… | top users | synonyms

0
votes
1answer
14 views

Use HTTPS for HTTP Digest Authentication

I was wondering if there are any downsides to using HTTPS with HTTP Digest Authentication. I chose HTTP Digest because its fairly easy to incorporate for an api but its not the most secure because it ...
0
votes
0answers
8 views

Restlet with Simple connector dropping requests?

I'm running into a really weird issue where a browser's HTTP requests appear to be discarded by the Simple connector used by a Restlet server. Server setup: Restlet 2.1.2 server Restlet-Simple ...
0
votes
1answer
9 views

Chrome basic auth and digest auth issue

I'm having some issues with Chrome canceling some HTTP requests and I'm suspecting cached authentication data to be the cause. Let me first write down some important factors about the application I'm ...
0
votes
0answers
14 views

Apache HttpClient 4.2.5: Target server digest authentication fails with Proxy Basic auth

We are trying to do HTTPGet on a target server enabled with Digest authentication. It works perfectly fine, however when proxy with basic authentication is introduced target authentication is failing. ...
-1
votes
0answers
23 views

Disable remember my Credentials in Windows Security in Digest Authentication

I have created a web page in asp.net and I use digest authentication. The problem that I have is that in the Windows Security Window (where the user put's his credentials) there is an option ...
0
votes
0answers
49 views

How to set headers for HTTP Digest Authentication with ExtJS Ajax.Request

Is that possible? Can i avoid the browser's login prompt? I am intending to use ExtJS 4 Ext.Ajax.request({...}) for making the request.
0
votes
1answer
22 views

Digest URI mismatch with proxy

I have two servers on my network. One has an external IP, the other internal only. I have my server setup so that going to http://my.site.com/Motes/ actually goes to the root of the internal server at ...
0
votes
0answers
40 views

How to create a WCF client using digest authentication to third-party system

I have been given a wdsl for an external system (not .Net-based), and I have used svcutil to create a client/proxy for it. The external unit requires digest authentication for me to talk to it, and ...
0
votes
0answers
24 views

DigestAuthFixer Throwing Exception (Header nonce not found)

I'm working on a project where I do a Webrequest. Because of a problem I had a ' 401.1 Authorization required' problem and I used a DigestAuthFixer (Found on the internet) which solved that problem. ...
0
votes
1answer
72 views

Change status code sent back by Restlet for authenication

I am using Restlet with Digest Authentication. Works well. Except I want to make it a bit more ajax/Javascript friendly by avoiding the browser's authentication dialog pop up when a 401 is first sent ...
1
vote
1answer
193 views

Curl command for digest auth using a json post

(Using node.js, express, passport-http) I have a POST route doing digest auth, trying to application-json content type. I can hit the GET route with digest, without issues, and I can hit the POST ...
0
votes
1answer
87 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
65 views

How do I set an auth header for all requests with jQuery / javascript?

I have a custom webserver which handles digest auth. I have a webclient which connects to the webserver and performs digest auth in javascript, i.e. without having the pop-up window. Client side To ...
0
votes
0answers
58 views

WCF Service and OASIS Security

I have to develop a WCF Service and a client to consume it. The service must implement OASIS Username Token Profile security ...
0
votes
2answers
155 views

setting up a digest http request with a java library

So I am trying to connect to a database (The owners of the server outsource the set up work and don't know details about it) and have a username and password. When I try connecting with curl in the ...
0
votes
0answers
162 views

unable sending POST parameters over Digest Authentication using C#

I am trying to send an JavaScript object to a server, i am trying to do it within an c# application, my problem that i can't authenticate when i am trying to send the object, but the same code used ...
0
votes
2answers
61 views

Redirect digest request to active directory

I am trying to redirect an http request with digest MD5 header information to an active directory to validate the credentials. I do have the information given by the http header like nonce and ...
0
votes
1answer
40 views

How to check a received digest information with libcurl

I developed a function which listen to a given port for http packets. When I get a http request, my function return a 401 packet and then I get a again a new pckaet with the digest authentication ...
0
votes
0answers
95 views

2 authentication methods in grails

I'm developing an application using Grails. I'm using form based authentication configured with spring security. But I need to have at least one more client for example iOS which will be using the ...
0
votes
0answers
59 views

Google Apps Script - Set Headers for Digest Authentication (refined)

I have a similar longer question with source code, but I am very suspicious that there is a issue/bug with GAS and Digest Authentication. The server may be expecting values in the header that may be ...
0
votes
0answers
79 views

Google Apps Script and Digest Authentication

I am attempting this again. It seems so close, but not working. The Hash seems to be fine. I think the problem is with syntax of the options here: UrlFetchApp.fetch( RetsUrl, options ); on line 40. ...
0
votes
0answers
259 views

Sencha touch 2 AJAX HTTP DIgest Authentication

I am looking for javascript code for Sencha Touch 2 that handles HTTP Digest Authentication. It seems such a library is not implemented. I posted a thread in the Sencha Forum but no help so far. ...
1
vote
2answers
81 views

fgetcsv() not respecting $enclosure

I'm working on a script talking to an SMTP server via Sockets, and I'm trying to implement DIGEST-MD5 authentication, but I'm having trouble parsing the string that gets sent back after the AUTH ...
0
votes
0answers
23 views

Integrity of http using browser

How is it possible to check the integrity of http messages in a way browser can do ? Actually Digest authentication with "qop=auth-int" would work (because the md5 is also over the body) but ...
0
votes
0answers
177 views

Android - Http Post and Digest authentication not working

I have nearly the same code, expect for the method HttpGet, HttpPut, HttpPost. For HttpGet and HttpPut, the digest authentication works. For HttpPost, it doesn't work. How to make digest ...
0
votes
0answers
66 views

What is the proper way to handle the server-side nonce for HTTP digest authentication?

I've been experimenting with a JavaScript implementation of HTTP Digest Authentication with a PHP back-end, but I'm fairly certain I'm not handling the nonce correctly. I am sending a different nonce ...
0
votes
1answer
113 views

IIS digest authentication, hash algorithm

I am trying to implement my own service side authentication component for WebApi that can perform matching for hashed username/password sent by webclient described at How can I do digest ...
0
votes
0answers
44 views

How to develop digest authentication with libzstream?

I'm developing under OpenWrt a client http with basic and digest authentication using the library libzstream. I don't found any documentation to help me to do digest authentication. What do you ...
1
vote
0answers
173 views

jQuery http digest authentication cross domain

I am developing a Chrome Extension that loads an external JS, that points to some REST API. These APIs needs HTTP (digest) authentication. How do I perform cross domain jQuery http digest ...
0
votes
1answer
340 views

Tomcat JDBC vs. DataSource Realm

For webapp testapp which has the following in its web.xml (among other things) <security-constraint> <web-resource-collection> <web-resource-name>My ...
1
vote
0answers
86 views

Digest Auth + PhoneGap

I'm having a bit of trouble understanding authentication using a JQuery Mobile login form and PhoneGap. I need to store the credentials using localStorage and then POST them using Digest Auth. I have ...
0
votes
2answers
401 views

How to pass proxy-authentication (requires digest auth) by using python requests module

I was using Mechanize module a while ago, and now try to use Requests module. (Python mechanize doesn't work when HTTPS and Proxy Authentication required) I have to go through proxy-server when ...
0
votes
0answers
153 views

REST Digest authentication - PHP client

My client application is a PHP based application. This application is consuming a RESTful service which use a Digest Authentication. Here is the flow : The client makes a first request to access ...
0
votes
1answer
291 views

Writing a Test/Method for HTTP Digest Authentication

How would I write a method to be used in rspec testing to access pages that require a username and password for HTTP Digest Authentication. For example, this test... it "edit" do http_login post ...
3
votes
0answers
84 views

Can headers and response text be accessed from the forge.request.ajax error callback?

I'm trying to set up a trigger.io project that uses HTTP Digest Authentication. So far I've only been testing things in the Android emulator. I have a stand-alone JavaScript version that uses jQuery ...
1
vote
0answers
73 views

Problems with DigestAuth in Android 2.2

I am learning to implement DigestAuthentification in Android. So far i could understand because i found it easy..Basic Auth. But I have troubles with Digest. Below is a snippet from my code,,..the ...
0
votes
0answers
39 views

Secure the API - Is OAuth better than Digest?

We're building an eCommerce platform, and our API is built to support a way for retailer can get their product data into our platform. We're going to integrate secured authentication into the API. ...
1
vote
0answers
91 views

Tomcat Digest unauthorized using C#

The authentication is accepted and the results are fine, but at any time I add parameter to the URL in the same code, I get the error: The remote server returned an error: (401) Unauthorized. I have ...
0
votes
0answers
75 views

About approaches to securing a REST web-service

I've implemented a REST web service that runs on top of HTTPS with authentication being done on each request (username and password are sent in the body of the request). This scheme seems to work ...
0
votes
1answer
628 views

Using Digest Auth and Sending POST data with curl

I have a question regarding HTTP Digest Auth using curl, and sending post data at the same time. I have a REST API, and each resource in it needs authentication. I access my resources from my website ...
0
votes
0answers
115 views

Is it secure enough to use Digest HTTP Authentication combined with SSL encryption?

I am designing a mobile application which is supposed to interact with a remote server through the HTTPS protocol. This means that the system will manage to encrypt messages and keep the communication ...
9
votes
2answers
2k views

What is the “realm” in basic authentication

I'm setting up basic authentication on a php site and found this page on the php manual showing the set up. What does "realm" mean here in the header? header('WWW-Authenticate: Basic realm="My ...
0
votes
1answer
817 views

Apache HttpClient Digest Authentication Failed

I am tring to perform Digest Authentication using the HttpClient library, but I keep getting: HTTP/1.1 401 Unauthorized. When I try the request from Firefox it works fine and I get a response ...
0
votes
1answer
79 views

changing password in apache2 webserver - digest authentication

I am trying to change password for a site, and it is using digest authentication. I tried with the following command $ htdigest /home/micke/users/.htdigest Ideometrics guest and restarted ...
1
vote
1answer
72 views

Launch a Digest Authenticated webpage from a JAVA application

I am working on a JAVA Swing application, where I want to add a button, which when clicked should open the system's default web-browser with a webpage. I was able to achieve this, however the web page ...
3
votes
1answer
238 views

How can I get MD5/digest authentication working for a different domain? [closed]

I have been asked to set up a SharePoint site (running under IIS7 on 2008 R2) on a server in domain B, so that people in domain A can log in to it using MD5/Digest authentication over HTTP. There is a ...
1
vote
1answer
59 views

php string comparison fails with self::mystring

The below class shows my situation - I am not getting the right results. class Test { public static $API_KEY = 'B0gTFoDazzV7e1EgutQg'; public static $API_SECRET = 'S5axjxfvpO2uNPocdXE'; ...
0
votes
1answer
219 views

CodeIgniter protect admin controller with .htaccess

I need to setup .htaccess rules in order to protect admin controller in CodeIgniter. In .htaccess already have rules for friendly URLs like this: RewriteEngine On RewriteBase / RewriteCond ...
1
vote
0answers
128 views

Retrieving Header Information from Web Service using Javascript

I am currently stuck trying to retrieve the www-authenticate header information on the mobile device from a WCF web service. It is an android mobile app built on the phonegap platform (so i am using ...
1
vote
1answer
436 views

Using restkit set to basic auth for put works in xcode simulator but ask for digest auth on device [closed]

I've been testing a client in Restkit calling service I've written in Restlet on Tomcat locally on the same machine. The authentication method is set to basic on both. With Restkit on the client: ...

1 2 3