Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
UrDrive Posted October 18, 2019 Posted October 18, 2019 I have a Dynamic Link that handles Login Information between my Website and Desktop Software which DON'T use the typical IPS API/Tokens. If the User isn't logged in, I redirect to the login page for them to login but my problem is, I then need to redirect back to this Uniquely Generated Link once they're logged in but I am not sure how to have IPS redirect me back to an external link after the login.
Adlago Posted October 18, 2019 Posted October 18, 2019 Try meta refresh <META http-equiv="REFRESH" content="0;url=https://yoursite/login/">
UrDrive Posted October 18, 2019 Author Posted October 18, 2019 31 minutes ago, Adlago said: Try meta refresh <META http-equiv="REFRESH" content="0;url=https://yoursite/login/"> I edited my original post, I might have not been clear what I needed.
bfarber Posted October 21, 2019 Posted October 21, 2019 If the link is on the same domain as the community, you can pass the URL to send the user to as a ref query string parameter. http://yoursite.com/login/?ref=http://yoursite.com/page-to-redirect-to
UrDrive Posted October 21, 2019 Author Posted October 21, 2019 2 hours ago, bfarber said: If the link is on the same domain as the community, you can pass the URL to send the user to as a ref query string parameter. http://yoursite.com/login/?ref=http://yoursite.com/page-to-redirect-to It's on the same domain but not built into IPS, Ref only works for Links/URLs that are Internal to IPS.
newbie LAC Posted October 22, 2019 Posted October 22, 2019 Redirect + redirect https://yourforum.com/login/?ref=https://yourforum.com/redirect.php?url=https://refurl.com You should also encode (base64) ref param value + create redirect.php to handle url
Recommended Posts
Archived
This topic is now archived and is closed to further replies.