Http Debugger qt4.3.3

Network

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

2
Become a Fan
5.7

Available as/for:
Description:
SOAP,WSDL,Webdav,XML-RPC


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;
}

Ratings & Comments

6 Comments

bossfr

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

xep

can not decompress ws_soap.tar.bz2 can you recompress and update link to sources?

patrik08

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 ...

patrik08

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

undefined

This realy bad package compression. please reuplod it and compress with tar -cjf ws_soap.tar.bz2 ws_soap and not gzip over bzip2 ;)

patrik08

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

Pling
0 Affiliates
Details
license
version 1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

More Network from patrik08:

QDns Configurator
patrik08
last update date: 18 years ago

Score 5.0

QT WebDav Explorer
patrik08
last update date: 18 years ago

Score 5.0

Other Network:

NzbPower
thejol
last update date: 19 years ago

Score 5.0

nzb
mnordstr
last update date: 13 years ago

Score 5.0

KNewz
ChaosWars
last update date: 17 years ago

Score 5.0

KLibido (Usenet binaries downloader)
bauno
last update date: 19 years ago

Score 5.0

Kwooty
kwooty
last update date: 11 years ago

Score 7.7

PANDO for Linux
Sephiroth6779
last update date: 18 years ago

Score 5.0



System Tags