Small debugger to grab and configure Webdav server/client or SOAP / WSDL / XML-RPC web service any http protocol to work on XMl virtual file upload ... support Method: POST,GET,PUT,MKCOL,MOVE,PROPFIND,PROPPATCH,DELETE,LOCK,UNLOCK, text/xml,text/xml; charset=utf-8,aplication/soap+xml,aplication/soap+xml; charset=utf-8, application/x-www-form-urlencoded and more.
On a excel similar spredsheet you can append other "Header Value"
Support Accept-Encoding = gzip,deflate to decompress deflate xml or xhtml page.
Subversion: svn co http://fop-miniscribus.googlecode.com/svn/trunk/http_debugger.1.0/ ws_soap
Tip:
On PHP, ASP webpage is usefull to disable phpsession if a robots visit the homepage.
On debugger you can emulate a robots set User-Agent xxxname to check if session is enable or disable. And Google can indexing homepage whitout ?PHPSESSION=141414141 .....
function RobotsOnSite() { /** * Find if a robots visit webpage to disable phpsession */ $agent = $_SERVER['HTTP_USER_AGENT']; $machine = array("hackername","google", "slurp", "jeeves", "_validator", "crawler","docomo","fast-webcrawler","frooglebot","gigabot", "googlebot","gulliver","ia_archiver","infoseek", "fireball","lachesis","lycos_spider","msnbot","naverrobot", "robozilla","scooter","slurp","steeler", "teoma","ultraseek", "voilabot","w3c_validator","webcrawler", "winona", "yahoo", "zao", "zyborg"); foreach($machine as $bot) { if (stristr($agent, $bot) !== false) { return true; } } return false; }
Are you sure that license is CPL 1.0 ? HTTP Debugger is part of FOP Miniscribus 2.0 which is GPL/LPGL/MPL. You can see here :
http://code.google.com/p/fop-miniscribus/source/browse/#svn/trunk/fop_miniscribus.2.0.0
You can get Subversion is decompressed ..
svn co http://fop-miniscribus.googlecode.com/svn/trunk/http_debugger.1.0/ ws_soap
To decompress on window only get http://www.7-zip.org/ on linux like kernel
package ...
I uploadet on zip format source, svn from source
http://fop-miniscribus.googlecode.com/svn/trunk/http_debugger.1.0/
other way to take:
svn co http://fop-miniscribus.googlecode.com/svn/trunk/http_debugger.1.0/
code
Ratings & Comments
6 Comments
Are you sure that license is CPL 1.0 ? HTTP Debugger is part of FOP Miniscribus 2.0 which is GPL/LPGL/MPL. You can see here : http://code.google.com/p/fop-miniscribus/source/browse/#svn/trunk/fop_miniscribus.2.0.0
can not decompress ws_soap.tar.bz2 can you recompress and update link to sources?
You can get Subversion is decompressed .. svn co http://fop-miniscribus.googlecode.com/svn/trunk/http_debugger.1.0/ ws_soap To decompress on window only get http://www.7-zip.org/ on linux like kernel package ...
I tested on my Ubuntu only tar -jxf ws_soap.tar.bz2 and is open... On subversion the configure file not stay chmod 0750 only #chmod 0750 configure
This realy bad package compression. please reuplod it and compress with tar -cjf ws_soap.tar.bz2 ws_soap and not gzip over bzip2 ;)
I uploadet on zip format source, svn from source http://fop-miniscribus.googlecode.com/svn/trunk/http_debugger.1.0/ other way to take: svn co http://fop-miniscribus.googlecode.com/svn/trunk/http_debugger.1.0/ code