Created
June 30, 2020 14:35
-
-
Save daviddavis/b2a3c4cba6e7392ec7e3d48975093cd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(pulp) [vagrant@pulp3-source-fedora ~]$ mv .netrc .netrc~backup | |
(pulp) [vagrant@pulp3-source-fedora ~]$ http localhost/pulp/api/v3/repositories/file/file/ | |
HTTP/1.1 403 Forbidden | |
Allow: GET, POST, HEAD, OPTIONS | |
Connection: keep-alive | |
Content-Length: 58 | |
Content-Type: application/json | |
Date: Tue, 30 Jun 2020 14:34:43 GMT | |
Server: nginx/1.16.1 | |
Vary: Accept, Cookie | |
X-Frame-Options: SAMEORIGIN | |
{ | |
"detail": "Authentication credentials were not provided." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment