Partager via


HTTP Functionality (Windows CE 5.0)

Send Feedback

The Web Server provides a limited set of HTTP 1.0 functionality. The HEAD and GET methods are supported directly. ISAPI Filters, ISAPI Extensions, and Active Server Pages all have access to data that can be read from the POST header and body. However, the Web Server does not use data from the POST header and body directly. It is the responsibility of ISAPI extensions, filters, or ASP pages to handle all other method types.

Note   For more information about HTTP 1.0, visit the W3C Web site.

See Also

HTTP Implementation | ISAPI Filters | ISAPI Extensions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.