NPAPI:HTTPRedirectHandling: Difference between revisions

no edit summary
No edit summary
Line 5: Line 5:
= Contributors =
= Contributors =


* Last modified: October 8, 2010
* Last modified: October 11, 2010
* Authors: Josh Aas (Mozilla), Johnny Stenback (Mozilla)
* Authors: Josh Aas (Mozilla), Johnny Stenback (Mozilla)
* Contributors: Rudi Sherry (Adobe), Darin Fisher (Google), Dimcho Balev (Adobe), Deneb Meketa (Adobe), Stuart Morgan (Google)
* Contributors: Rudi Sherry (Adobe), Darin Fisher (Google), Dimcho Balev (Adobe), Deneb Meketa (Adobe), Stuart Morgan (Google)
Line 24: Line 24:
* url: The new target url for the redirect.
* url: The new target url for the redirect.
* status: The status code returned from the server (will be 3xx).
* status: The status code returned from the server (will be 3xx).
* notifyData: The data passed into 'NPN_PostURLNotify' or 'NPN_GetURLNotify'.
* notifyData: The plugin's private request data.


The browser will look for 'NPP_URLRedirectNotify' only if the plugin function structure's version field is set to the following value or higher:
The browser will look for 'NPP_URLRedirectNotify' only if the plugin function structure's version field is set to the following value or higher:
Line 37: Line 37:


* instance: The plug-in instance that made the request.
* instance: The plug-in instance that made the request.
* notifyData: The data passed into 'NPN_PostURLNotify' or 'NPN_GetURLNotify'.
* notifyData: The plugin's private request data.
* allow: The plugin's response to the last HTTP redirect request.
* allow: The plugin's response to the last HTTP redirect request.


Confirmed users, Bureaucrats and Sysops emeriti
1,680

edits