
John Czenze - 2005-12-09 11:53:38 -
In reply to message 11 from John Czenze
Thanks for all your help. It was my issue all along. Sorry.
In a nutshell the issue was caused by the script on my server side I was calling it as a CGI script vs a regular browser scritp. doing a bit of searching I foundthat all data for CGI is always passed as content. I just nneded to call the script without the cgi-bin folder and all was fine.
Thanks again.