Hi,
I am having trouble responding to a post-request not generated by a browser but by a Quicken client, as this client does not return variables in its request it is not possible to access its data with "$var" or "$HTTP_POST_VARS[$var]" or "$HTTP_POST_FILES[$var]" at least I don't think so (I tested this in different ways).
A quicken request look something like this
(total request - no extra headers)
cut
POST /quotes/bin/srv44.fll HTTP/1.1
Host: www.xxx.com
User-Agent: MyApp 5.0
Content-Type: application/x-ofx
Content-Length: xxxx
OFXHEADER:100
DATA😮FXSGML
VERSION:150
SECURITY:TYPE1
ENCODING:USASCII
<ofx>
bla
</ofx>
cut
Now how do I access the cont within the <ofx> tags or starting from the "OFXHEADER:100" header?
any1?
thx in advance