MSIR.0299 (Parameter) not valid for method (method) in JANUS WEB (rule type) command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 3: Line 3:
A RECV (or RECEIVE) parameter cannot be specified with the GET, POST or ANY method and a SEND parameter cannot be specified with the PUT or ANY method. If no method is specified, it is assumed to be GET+POST so the SEND parameter is invalid unless the PUT method is explicitly specified in the <var>JANUS WEB</var> command.  
A RECV (or RECEIVE) parameter cannot be specified with the GET, POST or ANY method and a SEND parameter cannot be specified with the PUT or ANY method. If no method is specified, it is assumed to be GET+POST so the SEND parameter is invalid unless the PUT method is explicitly specified in the <var>JANUS WEB</var> command.  


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0200 - MSIR.0399]]

Revision as of 15:49, 13 August 2015

This message indicates that a parameter specified in a JANUS WEB command is not valid for the indicated method. rule_type indicates the type of rule being established, for example, ALLOW or ON.

A RECV (or RECEIVE) parameter cannot be specified with the GET, POST or ANY method and a SEND parameter cannot be specified with the PUT or ANY method. If no method is specified, it is assumed to be GET+POST so the SEND parameter is invalid unless the PUT method is explicitly specified in the JANUS WEB command.