It is indeed not possible to pass the username and password via query parameters in standard HTTP auth. Instead, you use a special URL format, like this: http://username:[email protected]/
— this sends the credentials in the standard HTTP “Authorization” header.
It’s possible that whoever you were speaking to was thinking of a custom module or code that looked at the query parameters and verified the credentials. This isn’t standard HTTP auth, though, it’s an application-specific thing.
Related Posts:
- Change GitHub Account username
- Google OAuth 2 authorization – Error: redirect_uri_mismatch
- What are the main differences between JWT and OAuth authentication?
- How to use OAuth authentication with REST API via CURL commands?
- How to validate a user from ouside wordpress/php?
- Override user authentication with external credentials
- JWT authentication with WP – Approach
- why does WordPress need two cookies for auth/login
- Extend WordPress (4.x) session and nonce
- How to use WordPress authentication on non-WordPress page?
- How does ifttt.com authenticate a supplied WordPress account
- Storing Dropbox Authentication?
- How can I use CURLOPT_USERPWD in wp_remote_post?
- WordPress as a OAuth Provider
- Authentication for wordpress website
- How to leverage authentication outside of WordPress?
- How do I execute a wp_remote_get call using NTLM authentication?
- Outgoing proxy connection problem
- WordPress SSO with MemberPress
- Authenticated request to WP REST API V2 returning 403 error on /users/me [closed]
- Set authentication cookies to be shorter but then extend with every page load
- WordPress user Authentication
- WordPress asking for FTP details when installing plugins
- How to password protect media library files (PDF)?
- How to use Azure AD for authentication?
- implement authentication and authorization to user
- for a role-protected page, programmatically login user and load page
- guest authentication
- wordpress 3.9 remote token auth
- How to set up Shibboleth authentication for a MU site
- Login after “Read More” then return to article
- How to make WordPress use authentication from Parent Site
- auto logout user when user logout on one of the opened tab
- How can I have authenticated WordPress users automatically sign into Moodle?
- Requiring Authentication for Parts of WordPress Site
- WooCommerce OAuth 1.0 + JWT authentication with JS/React
- Authenticating users with usermeta fields
- Getting Authentication required popup
- How can LDAP/Active Directory be integrated in WordPress?
- Authenticate Subdomain
- How to create new users with JWT Auth Plugin?
- Mirgrating a user at signon
- Automate WordPress Login
- Application to Website authentication
- How to authenticate using JWT by ajax?
- Open authenticed WordPress page from mobile app
- Access to customer profile with pin code
- WP link for reset password is not received
- How to make an other web app can login with wordpress authentication?
- throttle/limit a logged in user’s http requests to specific page on a per day basis
- How to add additional factor to wordpress authentication
- Adding a “Sign In/My Account” link to an external app
- Check if user is logged in, inside php file in template directory
- Connect my WordPress site users to my public site account without showing my public site credentials
- WordPress Multisite and site speed and scaleability
- Blocking the direct access to images in the upload folder WordPress
- What is the difference between authentication and authorization?
- wp_signon by user’s login by their particular role
- Unable to login with correct password
- What is the difference between POST and PUT in HTTP?
- What is the difference between POST and PUT in HTTP?
- Authentication versus Authorization
- Should a 502 HTTP status code be used if a proxy receives no response at all?
- SOAP vs REST (differences)
- What is the difference between a URI, a URL and a URN?
- HTTP Status 504
- What is an Endpoint?
- What is the difference between POST and GET? [duplicate]
- Chrome hangs after certain amount of data transfered – waiting for available socket
- Use of PUT vs PATCH methods in REST API real life scenarios
- Do I need Content-Type: application/octet-stream for file download?
- How to redirect all HTTP requests to HTTPS
- Git push results in “Authentication Failed”
- Git push results in “Authentication Failed”
- Problem HTTP error 403 in Python 3 Web Scraping
- application/x-www-form-urlencoded or multipart/form-data?
- Problem HTTP error 403 in Python 3 Web Scraping
- Why Puma listen on ‘tcp://localhost:3000’ instead of ‘http://localhost:3000’
- application/x-www-form-urlencoded or multipart/form-data?
- Is 418 “I’m a teapot” really an HTTP response code?
- How to download a file over HTTP?
- How to define the basic HTTP authentication using cURL correctly?
- How to download a file over HTTP?
- How to define the basic HTTP authentication using cURL correctly?
- “Cannot GET /” with Connect on Node.js
- “CAUTION: provisional headers are shown” in Chrome debugger
- Axios Delete request with body and headers?
- @ converted to %40 in HTTPPost request
- How to use java.net.URLConnection to fire and handle HTTP requests
- What’s the difference between a POST and a PUT HTTP REQUEST?
- How to do a PUT request with cURL?
- What does HTTP/1.1 302 mean exactly?
- Error: No default engine was specified and no extension was provided
- Git push results in “Authentication Failed”
- nodejs – error self signed certificate in certificate chain
- Significance of port 3000 in Express apps
- PHP + curl, HTTP POST sample code?
- Response to preflight request doesn’t pass access control check
- How do I send a POST request with PHP?
- Custom Tumblr theme wont save because of non-https urls?