简体   繁体   English

如何使用PHP应用程序验证HTTPS站点的用户名/密码?

[英]how authenticate username /password of https site using php application?

How to check the username or password of the some https site is correct or not using PHP Application. 如何使用PHP应用程序检查某些https站点的用户名或密码是否正确。 ie my application is www.somesite.com i want to login if the user enter valid username password of the some https site. 即我的应用程序是www.somesite.com,如果用户输入某个https网站的有效用户名密码,我想登录。

Regards, 问候,

Salil Gaikwad 萨里尔·盖克瓦德(Salil Gaikwad)

there is no relation between the both : https is a protocol and to make your connection between your web server and your clients encrypted you should buy a certificates once you did this you can authenticate your clients in the way you like and using the language you like (PHP in your case ) because you connection is already encrypted 两者之间没有关系:https是一种协议 ,为了使您的Web服务器与客户端之间的连接加密,您应该购买证书后才能以自己喜欢的方式并使用喜欢的语言对客户端进行身份验证(以您的情况为PHP),因为您的连接已经加密

if you need to know about PHP authentication check this out 如果您需要了解PHP身份验证, 请查看

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用用户名和密码的情况下使用Active Directory在PHP中对用户进行身份验证 - How to authenticate users in PHP using Active Directory without username and password 使用操作系统用户名/密码在 PHP 中进行身份验证? - Authenticate in PHP with OS username/password? 使用HttpClient验证用户名和密码 - Using HttpClient to authenticate username and password 如何仅使用用户名和密码在 laravel 中验证登录? - how to authenticate login in laravel using only username and password? 如何在PHP中在服务器端的HTTPS请求上获取用户名和密码 - How to get username & password on HTTPS request on serverside in php 如何使用 php 使用带有用户名和密码的 API? - How to consume an API with username and password using php? 如何在不输入用户名或密码的情况下对用户进行身份验证? - How to authenticate user without inputing username or password? 如何验证用户名和密码旁边的其他字段? - How to authenticate additional field beside username and password? 使用本地Windows用户名和密码进行身份验证的Intranet Web应用程序,使用PHP和LDAP进行身份验证 - Intranet web applications that use the local windows username and password to authenticate using PHP & LDAP 自动将表单提交到HTTPS站点,如何进行身份验证? - Automatically submitting form to HTTPS site, how to authenticate?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM