orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

401 Full authentication is required to access this resource #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.open the app
2.send a valid REST request

What is the expected output? What do you see instead?
I used to see a window to enter username/password; now it just gives the error 
message instead of a prompt for authentication

What version of the product are you using? On what operating system?
Advanced Rest Client App

Please provide any additional information below.
where can I enter my authentication if not prompted?

Original issue reported on code.google.com by arm...@gmail.com on 11 Aug 2011 at 7:02

GoogleCodeExporter commented 9 years ago
I am on Windows 7, Chrome 13

Original comment by arm...@gmail.com on 11 Aug 2011 at 7:04

GoogleCodeExporter commented 9 years ago
Auth prompt for basic HTTP authentication is supported by browser, not 
extension or application. If server send correct header (WWW-Authenticate: 
Basic realm="Secure Area") browser should open username/password prompt.
If not it means browser issue or incorrect headers sent from server as response.

Anyway always You can set request header like "Authorization: Basic 
YWFhOmJiYg==" where YWFhOmJiYg== is base64 encoded string from 
>>login:password<<

If you type Authorization in headers form and focus on value field You will see 
"Construct" popup. When You click it helper program will open to create proper 
auth header value.

Original comment by jarro...@gmail.com on 23 Aug 2011 at 7:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r203.

Original comment by jarro...@gmail.com on 3 May 2013 at 4:14