MSIR.0656 GET received while waiting for POST - session terminated: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
A $Web_form_done was waiting for the POST of a form but, instead, received a GET -- possibly caused by a browser reload requested by the end-user, or the end-user navigating away from the form and back. This error will only occur if the NOGET parameter was specified on the $Web_form_done.  
A <var>[[$Web_Form_Done]]</var> was waiting for the POST of a form but, instead, received a GET &#x2014; possibly caused by a browser reload requested by the end-user, or the end-user navigating away from the form and back. This error will only occur if the NOGET parameter was specified on the <var>$Web_Form_Done</var>.  


Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on $Web_form_done. If there is no good reason for the NOGET, remove it. For more information about $Web_form_done and NOGET, see the ''Janus Web Server Reference Manual''
Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on <var>$Web_Form_Done</var>. If there is no good reason for the NOGET, remove it.  


[[Category:Sirius Mods Messages]]
{{Template:MSIR.0656 footer}}
[[Category:MSIR.0600 - MSIR.0799]]

Latest revision as of 23:33, 3 March 2017

A $Web_Form_Done was waiting for the POST of a form but, instead, received a GET — possibly caused by a browser reload requested by the end-user, or the end-user navigating away from the form and back. This error will only occur if the NOGET parameter was specified on the $Web_Form_Done.

Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on $Web_Form_Done. If there is no good reason for the NOGET, remove it.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages