Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
| Line 21: | Line 21: | ||
The following function in the NPAPI plugin function table can be implemented to allow for HTTP redirect handling: | The following function in the NPAPI plugin function table can be implemented to allow for HTTP redirect handling: | ||
int32 NPP_URLNotifyRedirect(NPP instance, const char* url, int32 status, void* notifyData); | int32 NPP_URLNotifyRedirect(NPP instance, const char* url, | ||
int32 status, void* notifyData); | |||
* instance: the plug-in instance that made the request | * instance: the plug-in instance that made the request | ||