Thanks BUU, got it. Tried out with "index.cgi" and worked like a champ. Though it really gets complicated if I'm passing lots of params, because I first have to call index.cgi and pass something that tells which script to run and then all the params related to that script. So, instead of:
url.tld/foo/bar/login?name=robert&pass=sf67dfs
I believe I need:
url.tld/foo/bar/?run=login&name=robert&pass=sf67dfs
which doesn't get me that much further. I think I'm ready to go back to cgi-bin ;^)
—Brad "Don't ever take a fence down until you know the reason it was put up. " G. K. Chesterton
|