Displaying 20 results from an estimated 70000 matches similar to: "HTTP Digest Authentication"
2011 Aug 21
0
basic http authentication
Hi,
I used code from
http://railscasts.com/episodes/82-http-basic-authentication
but added it to Application controller to apply to the whole
application
class ApplicationController < ActionController::Base
protect_from_forgery
before_filter :authenticate
protected
def authenticate
puts ''authenticating.. ''
authenticate_or_request_with_http_basic do |username,
2009 Jan 13
0
optional authentication and HTTP Basic
Hi all,
I have an app that originally only supported form-based
authentication, and showed pared-down content to unauthenticated
users. I then layered on HTTP Basic authentication using
authenticate_with_http_basic, which worked fine for scripts like LWP/
wget/curl.
However, some web browsers refuse to submit credentials in the URL
(eg.
2009 May 03
0
HTTP Auth 401 Even on Valid Login
I can''t understand why authenticate_or_request_with_http_basic keeps
failing even though I am entering the correct info.
If I try to access /admin/items/new, I enter the correct info but I
keep getting prompted.
The strange part is that when I cancel out, I get "HTTP Basic: Acce".
Here''s the controllers:
class Admin::BaseController < ApplicationController
2008 Nov 01
0
How to expire HTTP basic authenticated session?
Greetings all,
I am using authenticate_or_request_with_http_basic, but how can I
expire/forget the successfully authenticated session for a specific
client? Thanks in advance.
Cheers,
Difei
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2009 Apr 09
0
HTTP Digest Authentication not working
Hi to all,
I''ve created a new project with Rails 2.3.2 and literally copied the
HTTP Digest Authententication example from the documentation into a
SecretsController:
class SecretsController < ApplicationController
Users = {"dhh" => "secret"}
before_filter :authenticate
def secret
render :text => "Password Required!"
end
private
2010 Jul 08
4
testing authentication with basic_auth
hi, I''ve got an api which is using
authenticate_or_request_with_http_basic
What are you guys using to test this? I''m using rspec, and before I
was using rspec-rails, I was using authorize from Rack::Test to do the
authentication. However, authorize clearly doesn''t work when using
rspec-rails, so I''m wondering what everyone else is doing?
--
You received this
2006 Apr 01
0
freebsd-security Digest, Vol 154, Issue 1
freebsd-security-request@freebsd.org wrote:
> Send freebsd-security mailing list submissions to
> freebsd-security@freebsd.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.freebsd.org/mailman/listinfo/freebsd-security
> or, via email, send a message with subject or body 'help' to
> freebsd-security-request@freebsd.org
>
> You
2020 Jun 16
0
CentOS-announce Digest, Vol 184, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Dec 09
2
Questions about rails 2.0
Hi, i''ve found some questions on the rails blog which haven''t any
answer. Because i''m interested too i paste them here:
# gonzo on 07 Dec 22:10:
Does CSRF protection work with forms that are fully cached?
# rugal on 08 Dec 20:14:
Great job guys!
Just an information about migrations.
will t.timestamps create both created_at and updated_at? And for _on ?
2004 Mar 09
0
Re: R-help Digest, Vol 13, Issue 8
On Mon, 8 Mar 2004 r-help-request at stat.math.ethz.ch wrote:
> Send R-help mailing list submissions to
> r-help at stat.math.ethz.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> or, via email, send a message with subject or body 'help' to
> r-help-request at stat.math.ethz.ch
>
>
2007 Nov 10
1
Ferret-talk Digest, Vol 25, Issue 3
Thanks Stuart. I thought I had read somewhere that rebuild_index
built the index in a different location and then swapped it, but
after looking at the code (in local_index.rb) this doesn''t appear to
be the case. That might explain why the ferret server crashes
sometimes when a search takes place during a reindex.
I wouldn''t be doing exactly the same thing as this but
2020 Jan 16
0
CentOS-announce Digest, Vol 179, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2005 Jul 20
1
RE: Rails-spinoffs Digest, Vol 2, Issue 22
Hi Jonah,
I support usability. For a great book on it, read Jakob Nielsen''s "Designing
Web Usability: The Practice of Simplicity" and, for a great general book on
usability, try "The Design of Everyday Things."
You''re right.
Drag ''n drop is not the best tool for many things. Unless something offers a
50%+ advantage over an existing method of doing
2006 Mar 16
1
Digest-MD5 authentication problems
Hello,
I have dovecot setup to pull passwords stored in plain from a database.
My allowed authentication mechanisms are cram-md5 and digest-md5. Cram
works but digest fails on my evolution client with and authentication
failed. The server is running dovecot 0.99.14-1 on debian sarge. The
user logging in is test at advanced-reality.com.
Some potentially relevant portions of dovecot.conf are:
2004 Jan 04
1
DIGEST-MD5 Authentication
Hello,
I am confused by a problem I am having getting Dovecot to authenticate
users with DIGEST-MD5. I am receiving the error message, "Unexpected
service type in digest-uri". (cvs: mech-digest-md5.c, line 407)
From an examination of the code it is clear that a check is performed
to see if the first component of a the digest-uri triplet is the
string "imap". The service
2006 Oct 14
1
failed authentication with digest-md5 (rc9)
Hi!
I'm using rc9 and DIGEST-MD5 passwords. Sometimes it works, sometimes
it's not...
When failed, I get this in the logs:
12:45:11 Info: auth(default): client in: AUTH 1 DIGEST-MD5 \
service=POP3 secured lip=<lip> rip=<rip> resp=<something_long>
12:45:11 Info: auth(default): client out: CONT 1 <something_long>
12:45:11 Info: auth(default): client in: CONT 1
2012 Dec 14
1
Re: Digest for rubyonrails-core@googlegroups.com - 4 Messages in 3 Topics
This is a delivery failure notification message indicating that
an email you sent could not be delivered. The problem appears to be :
-- Recipient email server rejected the message
This condition occurred after 1 attempt(s) to deliver over
a period of 0 hour(s).
If you sent the email to multiple recipients, you will receive one
of these messages for each one which failed delivery, otherwise
2003 Nov 17
1
Problem with DIGEST-MD5 authentication and plainte xt passwords
Maikel Verheijen wrote:
> For what it's worth:
>
> We use postgres userlookups, and use an older version of dovecot (an old
> cvs version of around 0.99.9.1), and we DO use digest-md5 password
> encryption in the database and realms. It seems to work flawlessly in
> our situation, I used kmail, evolution, apple-mail, entourage, outlook,
> outlook-express and mutt.
2008 Oct 01
0
[Fwd: asterisk-users Digest, Vol 51, Issue 2]
>From: "Joseph L. Casale" <JCasale at activenetwerx.com>
>>Does anyone have any perspective on how well Asterisk performs and
>>scales inside a Xen hypervisor environment?
>I tried on many different pieces of hardware with various recent Xen
>versions and it always had some level of unpredictability and was not
>as reliable as running on bare hardware. I
2015 Aug 12
0
CentOS-docs Digest, Vol 105, Issue 7
------------------ Original ------------------
From: "centos-docs-request"<centos-docs-request at centos.org>;
Date: Wed, Aug 12, 2015 08:00 PM
To: "centos-docs"<centos-docs at centos.org>;
Subject: CentOS-docs Digest, Vol 105, Issue 7
Send CentOS-docs mailing list submissions to
centos-docs at centos.org
To subscribe or unsubscribe via the World Wide