GetUrlNonCached2
| Method signature | ContentProxy.GetUrlNonCached2(url, headers, cookies, succeededCallback, failedCallback) |
|
| Input Parameters | url |
The URL of the target location. |
headers |
An array of headers used to create the request object.
Each header object is a one-dimensional array having two elements. The first element is the name of the header and the second one is its value. For example: |
|
cookies |
An array of cookies used to create the request object.
Each cookie object a one-dimensional array having two For example: |
|
succeededCallback |
The function that is invoked when the operation succeeds. | |
failedCallback |
The function that is invoked if the operation fails. | |
| Callback Parameter | A ContentProxyResponse object. |
|
| Note | The response is not cached. | |

