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 ?