Server did not recognize the value of HTTP Header SOAPAction

March 26th, 2008

Error messages are quite annoying for any one, I am not an exception for it.. This is the latest one I received when I was testing a webservice client using PHP NuSOAP library.. Well my client’s webserver is still running on PHP4 so I cant use the built in SOAPClient for PHP5 🙁 I resolved […]


Is your application vulnerable to Cross Site Scripting (XSS)?

March 18th, 2008

Well.. One of the security tests you need to do in your web application is to verify that it is free from cross site scripting vulnerability. read more about cross site scripting (XSS) at http://en.wikipedia.org/wiki/Cross_site_scripting Here is the simple test to verify whether your web form is vulnerable to XSS or not. Just type in […]


How to access mysql command mode in XAMPP

March 10th, 2008

I had searched for some time for the same thing.. But here it is.. This is only in the case of a linux system.. Say your XAMPP files are at /opt/lampp On command line, type (assuming you want to log in as root) /opt/lampp/bin/mysql -u root -p This will be followed by typing the mysql […]


Crawler bots and robots.txt

March 6th, 2008

I might probabbly add a post for SEO beginners about robots.txt and how to create them in a later post.. So basically this is for someone who already know a bit about web crawlers and robots.txt . Do all the web bots (crawlers) refer to robots.txt before they enter the site? Not necessarily yes.. I […]