Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.00.00

...

Anchor10968581096858 Proxy Anchor10968591096859 µC/HTTPs µC/HTTP-server can be accessed behind a proxy. When an HTTP Server is behind a HTTP Proxy, the HTTP client must send its requests using an absolute URI. For example, Anchor10968601096860

GET http://example.com/index.html HTTP/1.1

...

10968611096861When the absolute URI feature is enable, the HTTP server will support absolute URI in the first line of the http HTTP request messages.anchor

10968621096862The server will also look for the 'Host' header field in the received request messages and save it in the 'HostPtr' field of the HTTPs_CONN structure.