1. Can remote user hide their REMOTE_ADDR and HTTP_REFERER?

2. What types of REQEUST_METHOD will CGI / CGI.pm handles ? I 
think just get and post.

3. How many enctypes here ? What I know is 2. Is that refer to CGI/1.1 
or HTTP/1.1 or the browser?

4. When I pick up a form, would the line breaks by \r\n and \n are difference after 
the "pack" procedure ? So which side determine that ? Remote side or server side ?

5. Is that CONTENT_TYPE only appear when a form is encrypted by 
multipart/form-data ?

6. What is the standard or what for how the boundary ------------------123456789 is 
formed ?

7. When is the time I know the length on CONTENT_LENGTH or the QUERY_STRING?
When the form is firstly activated my script (the header)? or When the whole content 
is 
totally received ?

8. When a form with files attached, how can I know what is the type of file ? by 
filename's
extension or what ?

9. Where can I find more sources about the protocal on HTTP and CGI ?

Thanks in any respond and / or pointing me to some referece page.

Rgds,
Connie


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to