Read POST data from Oracle Forms App
问题 I am trying to receive some http POST data in my Oracle Forms app. How can I read this sent POST parameters from my Forms app? Note: To read http-GET Data I use otherparams like this answer, but is fundamental to send data via POST http method 回答1: Efectively as @Christian13467 mentioned, for Oracle Forms is very indifferent how HTTP vars were sent, that is using POST or GET Methods. My solution was to build an string containing all my vars concatenated as in otherparams format, then send it