Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: made heading bigger

How do widgets in Wookie get around same-origin restrictions for Ajax requests?

The Widget javascript object available to running widgets has a proxify() method for just this purpose. Proxify wraps the request in a call to a proxy server.

...