Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
basic authorization
.
Show all posts
Showing posts with label
basic authorization
.
Show all posts
Saturday, April 27, 2013
Php making a soap based server with basic authentication
›
Compared to the standard authentication in the rest of your applications, SOAP authentication isn't too complicated. There are two easy...
Friday, March 1, 2013
php authentication basic username and password
›
index.php <?php if ( ! isset ( $_SERVER [ 'PHP_AUTH_USER' ]) || ! isset ( $_SERVER [ 'PHP_AUTH_PW' ])) { ...
›
Home
View web version