search for: http_basic_auth

Displaying 1 result from an estimated 1 matches for "http_basic_auth".

2008 Jul 12
1
Re: Re stful_authentication, Internet Explorer, and unwanted http basic dialog
...s method of authenticated_system.rb: >> >> def access_denied >> respond_to do |format| >> format.html do >> store_location >> redirect_to new_session_path >> end >> format.any do >> request_http_basic_authentication ''Web Password'' >> end >> end >> end >> >> For some reason Internet Explorer is falling through to format.any - >> something''s not quite working with its accept headers, it seems. >> Compare: >> http:...