Window Name Test

This page allows you try getting and posting data cross-site and get the response using the window.name protocol. There are two forms of the window.name protocol, the simple direct access protocol, where the resource simply has to set the window.name property. There is also window.name with authorization. In this second variant, the resource page must redirect to the return URL after setting the window.name property. This example page lets you try out both protocols using GET or POST.