Secure Redirection from a Plugin with Dynamic wordpress Site URL
-
Hello WordPress Community,
We have a Setmore plugin published on the WordPress marketplace, and we’ve encountered an issue regarding the security of the signup process for our app.
The signup URL for our plugin includes a
redirectUrlparameter that dynamically incorporates thesiteUrl, which is unique to each WordPress installation.Our concern is that since the
siteUrlis dynamic and unique to each installation, it’s not possible to whitelist specific domains for the redirection in the Setmore backend. We are looking for a more secure method to send and process theredirectUrlparameter to ensure a safe redirection process after signup.We would appreciate any guidance on how to handle this securely, or if there are alternative methods available to ensure that the redirection is verified and protected.
Has anyone faced a similar challenge or have suggestions on how to address this securely?
The topic ‘Secure Redirection from a Plugin with Dynamic wordpress Site URL’ is closed to new replies.