标签: php api curl fopen file-get-contents
我尝试连接到网络服务,当我使用表单连接到它时,明确声明格式为action="{{ URL of web service }} + parameters"的网址,我能够连接并使用网络服务。但是,当我使用fopen(),file_get_contents()或cURL时,我收到身份验证错误。
action="{{ URL of web service }} + parameters"
fopen()
file_get_contents()
我已经尝试在fopen()中声明用户名和密码(用户名:密码),并在cURL中使用cURL中的不同身份验证方法(基本等)。但仍然没有运气。
我真的很想对这种行为做出解释。