14 years ago
HTML Basic Auth + SoapUI + PHP
Hi!
I've created a PHP webservice (SoapServer) with HTML Basic Auth. The check of valid username and password is made checking the variables $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']. But when I test the webservice with SoapUI these variables are empty (yes, I fill it in the "Aut" tab). Calling the webservice from php client is OK.
Which type of auth fills the "Aut" tab? How can I validate it in a PHP webservice?
Thx
I've created a PHP webservice (SoapServer) with HTML Basic Auth. The check of valid username and password is made checking the variables $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']. But when I test the webservice with SoapUI these variables are empty (yes, I fill it in the "Aut" tab). Calling the webservice from php client is OK.
Which type of auth fills the "Aut" tab? How can I validate it in a PHP webservice?
Thx