Home
Developers

Developers

  • Documentation
    • Developer Guide
    • API Reference
    • Style Guide
    • How-To
    • Troubleshooting
  • Submit a Flake
  • Support

Pageflakes API Reference

  • Flake System Object
  • Flake User Object
  • Pageflakes Functions
  • Array Extensions
  • String Extensions
  • ContentProxy
    • HTTP GET Example
    • HTTP POST Example
    • ContentProxyResponse
    • GetUrl
    • GetUrl1
    • GetUrl2
    • GetUrl3
    • GetUrlNonCached
    • GetUrlNonCached2
    • FormPost
    • FormPost2
    • FormPost3
    • UploadString
    • UploadString2
  • App
  • RSS
  • Tooltip Manager
  • Public, Shared, and Private Pages
  • Server-Side Scripting
Home » Documentation » API Reference » ContentProxy

GetUrl

Method signature

ContentProxy.GetUrl(url,succeededCallback, failedCallback)

Input Parameters

url

The URL of the target location.

 

succeededCallback

The function to invoked when the operation succeeds

 

failedCallback

The function to be invoked if the operation fails

Callback Parameter

Content of HTTP response as string.

Notes

The response is cached for 10 minutes.

‹ ContentProxyResponseupGetUrl1 ›
»
  • Printer-friendly version