If I’d use cURL right from the start, it could’ve saved me loads of time, but since this is a spare time project and I want to learn more about the inner workings of MODX, getting it to work is only half the fun!

I can’t however figure out where it goes on after initializing MODX. It does some loading but I can’t find the link between initializing the MODX core and starting to parse resources and so on.
@MarkGHErnst
Developer at Adwise Internetmarketing, the Netherlands.
it starts with modRequest::handleRequest() and ends in modResponse::outputContent()
Got something working, when it works perfectly I will of course share it with the rest of you! Thanks for the help guys, you rock.
@MarkGHErnst
Developer at Adwise Internetmarketing, the Netherlands.