|
Problem |
Are there any limitations on the HTTP support in the
embedded HTTP server? In particular, are there any HTTP headers that are
not supported? |
|
Solution |
No, there are no such limitations. However, you have to be
careful when you put foreign bodies,such as WTE (Web Traffic Express), in
front of the built-in HTTP server. The only entity that understands how to
interpret session IDs is the HTTP plug-in, which resides in an external
HTTP Server (such as IHS, Apache etc).
Also the embedded HTTP server is not recommended for production use. For
performance, caching and other reasons, use an external, full-blown HTTP
server (such as IHS, Apache etc) for this purpose. |
|
|
|
|
|
|