Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> HTML form fails on 408OWS for POST method

HTML form fails on 408OWS for POST method

From: jbritt <jbritt_at_qdbs.com>
Date: Fri, 11 Feb 2000 23:09:22 -0600
Message-ID: <D25E13CBD757C719.41316A7124E2B1B0.69EABD287E7F0FDF@lp.airnews.net>


Hi

I have a pl/sql procedure that creates a html form on 407 OWS using the POST method
and works ok. The same procedure on 408 OWS fails with the following error message:

error occurred while accessing

     "/prd/pcart/user.form"
at Fri Feb 11 16:34:08 2000
OWS-05101: Execution failed due to

     Oracle error -6550
     PL/SQL Cartridge SERVICE: prd/pcart
Procedure: user.form

If the method is changed to GET then it works without error. The problem is that
password information appears in the URL in the browser. It seems as though the http listener is somehow not picking up the query string environment variable.

Both NT servers are behind a firewall (Microsoft Proxy Server 2) server #1 NT4.0 sp5
OWS 408
RDBMS 8.5.1 server #2 NT4.0 sp3
OWS 407
RDBMS 8.0.5 Any ideas?

Thanks in advance

Jim Received on Fri Feb 11 2000 - 23:09:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US