POST Hidden Input Fields -> nginx.0.9.2

Ranier ranier at cultura.com.br
Thu Jan 27 23:11:24 MSK 2011


Em 19/1/2011 12:55, Ranier escreveu:
> Hi,
> There are any special reason for r->header_in->pos not contain POST 
> Hidden Input fields?
>
> Test with nginx-0.9.2
> <form method="POST" action="frm_handler">
> <input type="hidden" value="AA2d" name="entry_id">
> <input type="text" value="" name="full_name">
> <input type="button" value="Send">
> </form>
>
> The field "entry_uid" not appears in r->header_in->pos, why not?
>
> Thanks a lot.
>
> Ranier Vilela
Hi,
Sorry. My mistake.
Nginx is absolute right.
Firefox 3.6 not send hidden input fields without "name" attribute.

Mal formed html post:
<form method="POST" action="frm_handler">
<input type="hidden" value="AA2d" id="entry_id"> <-- without legacy name 
atrribute
<input type="text" value="" id="full_name"> <-- withou legacy name atribute
<input type="button" value="Send">
</form>

Best regards,

Ranier Vilela



More information about the nginx-devel mailing list