About 141,000 results
Open links in new tab
  1. How to send a correct authorization header for basic authentication

    How to send a correct authorization header for basic authentication Asked 12 years, 2 months ago Modified 1 year, 1 month ago Viewed 708k times

  2. GitLab remote: HTTP Basic: Access denied and fatal Authentication

    Dec 18, 2017 · GitLab remote: HTTP Basic: Access denied and fatal Authentication Asked 7 years, 10 months ago Modified 4 months ago Viewed 1.6m times

  3. http - What is the "realm" in basic authentication - Stack Overflow

    Oct 3, 2012 · The "realm" authentication parameter is reserved for use by authentication schemes that wish to indicate a scope of protection. A protection space is defined by the canonical root …

  4. Use Invoke-WebRequest with a username and password for basic ...

    The -u flag accepts a username for authentication, and then cURL will request the password. The cURL example is for Basic authentication with the GitHub Api. How do we similarly pass a …

  5. http - How to add login credentials to URL - Stack Overflow

    May 25, 2018 · The login path does not return the header WWW-Authenticate which is used to indicate that basic authentication is supported. So no point in trying HTTP basic …

  6. How do I use basic HTTP authentication with the Python Requests …

    Nov 5, 2014 · How do I use basic HTTP authentication with the Python Requests library? Asked 10 years, 11 months ago Modified 2 years, 5 months ago Viewed 395k times

  7. Python, HTTPS GET with basic authentication - Stack Overflow

    Aug 9, 2011 · Im trying to do a HTTPS GET with basic authentication using python. Im very new to python and the guides seem to use diffrent librarys to do things. (http.client, httplib and urllib).

  8. How to clear basic authentication (HTTP Basic Auth) credentials in ...

    510 I'm working on a site that uses basic authentication. Using Chrome I've logged in using the basic auth. I now want to remove the basic authentication details from the browser and try a …

  9. rest - How do I make a request using HTTP basic authentication …

    Jan 26, 2010 · This Stack Overflow page provides guidance on making HTTP requests with basic authentication in PHP using cURL.

  10. HttpWebRequest using Basic authentication - Stack Overflow

    Dec 2, 2010 · I'm trying to go through an authentication request that mimics the "basic auth request" we're used to seeing when setting up IIS for this behavior. The URL is: …