Uiinfrastructure API Docs  
 

RequestData.RedirectWithMetaRefresh Method 

JF- We need to do a meta refresh instead of a 302 redirect if we are going from https to http in order to not see the browser security alert "You are about to be redirected to a connection that is not secure".

public virtual bool RedirectWithMetaRefresh(
   string _sRedirectURL
);

Parameters

_sRedirectURL

Return Value

boolean

See Also

RequestData Class | com.plumtree.uiinfrastructure.interpreter Namespace