CR (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (remove displaytitle)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:CR}}
<span class="pageSubtitle">Separate outgoing lines by carriage return on web requests</span>
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>
 
CR is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
 


<var>CR</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.


This parameter indicates that lines of text data sent to a browser should be separated by the ASCII carriage return character (X'0D').  
This parameter indicates that lines of text data sent to a browser should be separated by the ASCII carriage return character (X'0D').  


The CR parameter is mutually exclusive with the LF and CRLF parameters.
The <var>CR</var> parameter is mutually exclusive with the <var>[[LF (JANUS DEFINE parameter)|LF]]</var> and <var>[[CRLF (JANUS DEFINE parameter)|CRLF]]</var> parameters.  
 
While most browsers will correctly display text data whether the line separator is CR, LF, or CR/LF, other non-browser applications might not process one or the other correctly. If text data is being saved from the browser and is not being correctly processed by another application (either appearing as one big line or with non-displayable characters at the end of each line) then experimenting with the CR, LF, and CRLF parameters might prove helpful. The default setting for CR, LF, and CRLF is CR.  


The JANUS DEFINE setting for CR, LF or CRLF can be over-ridden by the corresponding parameter setting on a JANUS WEB ON rule or a $Web_ProcSend parameter.  
While most browsers will correctly display text data whether the line separator is CR, LF, or CR/LF, other non-browser applications might not process one or the other correctly. If text data is being saved from the browser and is not being correctly processed by another application (either appearing as one big line or with non-displayable characters at the end of each line) then experimenting with the <var>CR</var>, <var>LF</var>, and <var>CRLF</var> parameters might prove helpful. The default setting for <var>CR</var>, <var>LF</var>, and <var>CRLF</var> is <var>CR</var>.  


Valid only for WEBSERV ports.
The <var>JANUS DEFINE</var> setting for <var>CR</var>, <var>LF</var>, or <var>CRLF</var> can be overridden by the corresponding parameter setting on a <var>[[JANUS WEB ON]]</var> rule or a <var>[[$Web_Proc_Send]]</var> parameter.  


==References==
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


[[Category:JANUS DEFINE parameters|CR]]
[[Category:JANUS DEFINE parameters|CR]]

Latest revision as of 18:11, 8 June 2016

Separate outgoing lines by carriage return on web requests

CR is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter indicates that lines of text data sent to a browser should be separated by the ASCII carriage return character (X'0D').

The CR parameter is mutually exclusive with the LF and CRLF parameters.

While most browsers will correctly display text data whether the line separator is CR, LF, or CR/LF, other non-browser applications might not process one or the other correctly. If text data is being saved from the browser and is not being correctly processed by another application (either appearing as one big line or with non-displayable characters at the end of each line) then experimenting with the CR, LF, and CRLF parameters might prove helpful. The default setting for CR, LF, and CRLF is CR.

The JANUS DEFINE setting for CR, LF, or CRLF can be overridden by the corresponding parameter setting on a JANUS WEB ON rule or a $Web_Proc_Send parameter.

Valid only for WEBSERV ports.

See also