> Looking at request vars shown 
> onhttp://www.web2py.com/examples/simple_examples/hello6.
>
> this would match with: (????):
>
> client: --> request.client (129.188.33.25)
> protocol --> actual_server_protocol (HTTP/1.1???)
> hosthame --> http_x_forwarded_host (www.web2py.com)?
> http_x_forwarded_server?
> method --> request_method (GET)
> url (ahem... this is just part of the url) --> path_info
> (/examples/simple_examples/hello6)

protocol is just "http" or "https" or both "https?" (using regex).

The version of the protocol (/1.1) is not used.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to