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
- What is an Endpoint?
- What is the difference between POST and GET? [duplicate]
- How to download a file over HTTP?
- How do I remove documents using Node.js Mongoose?
- Where to get information about array fields in $_REQUEST?
- Fetching private posts or custom post types via WP-API with basic authentication
- WP set auth cookie using Ajax is not saved to browser
- How do I troubleshoot responses with WP HTTP API?
- Error when requesting password reset email – wp authentication
- Limit REST API output to current logged in user that is also author of the content
- Use WordPress with a custom OAuth2 provider
- Are there ways of logging in that bypass wp-login.php altogether?
- How to display username and password after registration
- What’s hook to use immediately after a user is authentcated [duplicate]
- 403 error on admin login page
- WordPress + REST API v2 and private pages Load by slug
- Add basic authentication of WordPress on any external PHP file?
- PHP: authenticate for a REST request?
- Authenticate current user to REST API
- How to convert srcset links from https to http?
- Advanced Access Manager: RESTful endpoint to refresh token
- wp-json API: not logged in when clicking link to the API from admin mode
- How are readers authenticated for leaving comments?
- WordPress authentication using custom php?
- Set up WP Authentication from External API
- Need to use WordPress page as authentication for different service
- create pages automatically and dynamically in wordPress
- check the first login for specific roles
- Website Migration (with https) to a new domain(http)
- Staging Session Randomly Switched from Secure (https) to Not Secure
- How can I secure my custom rest api endpoint or add under a already existing rest group
- WordPress Rest API Error 502
- submitting form to admin-panel.php returns 500 error
- How to fix this CORS error?
- Using the JSON API via HTTPS and HTTP
- Why is http header providing 404 while site is online?
- Usage of wp_send_json_success and wp_redirect at the same time
- Securely log in a user without a password using a link?
- Rest Api WordPress
- Is it bad to redirect http to https?
- SSH use only my password, Ignore my ssh key, don’t prompt me for a passphrase
- How to delete cached temporarily credentials for a network share on a Windows machine without rebooting or logging off [duplicate]