Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

401 Full authentication is required to access this resource #15

Closed
jarrodek opened this issue Nov 25, 2015 · 3 comments
Closed

401 Full authentication is required to access this resource #15

jarrodek opened this issue Nov 25, 2015 · 3 comments
Assignees

Comments

@jarrodek
Copy link
Owner

Originally reported on Google Code with ID 17

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?

Reported by armlet on 2011-08-11 19:02:32

@jarrodek
Copy link
Owner Author

I am on Windows 7, Chrome 13

Reported by armlet on 2011-08-11 19:04:20

@jarrodek
Copy link
Owner Author

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.

Reported by jarrodek on 2011-08-23 07:15:17

  • Status changed: Done
  • Labels added: Type-Other
  • Labels removed: Type-Defect

@jarrodek
Copy link
Owner Author

This issue was closed by revision r203.

Reported by jarrodek on 2013-05-03 04:14:01

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant