The programming model for using the AJAX proxy
View information on using the proxy when programming portlets.
The programming model specifies the following:
The proxy does not rewrite URLs that are part of the received content, because the proxy does not know the semantics of the content that it fetches. Consequently, AJAX applications that use the proxy need to generate proxy URLs by themselves.
- How you make requests, that is how you format URLs that address the proxy
- How the proxy reacts in specific cases, for example in case of an error.
- URL format and examples
- AJAX proxy status codes
- AJAX proxy authentication
- Use the AJAX proxy in portlets
Parent
HTTP proxy for AJAX applications