I have a javascript routine that builds a string, then
submits the form.
When my .cgi read the data, it was broken with a "!" (not
sure at what point).
When I made my string shorter, the ! went away.
So...What is the maximum length where your data will have
a ! put in?
I know smtp (sendmail in particular), will breakup a line with
a ! when it reaches 1024 without a cr or lf.
Is this my browser inserting the !, or is my webserver (apache)?
Thanks
George
submits the form.
When my .cgi read the data, it was broken with a "!" (not
sure at what point).
When I made my string shorter, the ! went away.
So...What is the maximum length where your data will have
a ! put in?
I know smtp (sendmail in particular), will breakup a line with
a ! when it reaches 1024 without a cr or lf.
Is this my browser inserting the !, or is my webserver (apache)?
Thanks
George
Comment