debug webserver project

Hello, first post and first big issue.

I am looking to build a php webserver with a twist, to start with I have a syncml server and a syncml client, somewhere inside the syncml communication a 1.2 command is being send to the 1.1 server, which generates an error (duh), so I was thinking if I put something between the client and the server I could capture the post/get data, find the offending command and replace it or change it so the server will carry on as nothing has happened.

I know perl and php, so my question/project is a php webserver that will sit in-between(like a proxy) passing everything on and capturing the data to disk at the same time so I can sort out this issue.

It sounds really simple, a debug project, but does anyone have something I can start with that’s close to what I’m looking for ?

Never mind, done it in perl, see http://perlguru.com/gforum.cgi?post=71937;sb=post_latest_reply;so=ASC;forum_view=forum_view_collapsed

Sponsor our Newsletter | Privacy Policy | Terms of Service