我有一个开发URL,该URL使用简单的.htpasswd文件进行HTTP身份验证-完全没有特殊要求。
我正在尝试通过cURL击中该域上的URL,但我当然会收到此消息:
Unauthorized
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Apache/2.4.29 (Ubuntu) Server
我添加了我认为是授权url的正确参数,但并不高兴。相同的消息。我已经回显了用户名和密码,它们与我在浏览器提示中输入的完全相同。
下一步要进行调试吗?