Skip to content

Conversation

@jefflembeck
Copy link
Contributor

$_SERVER["HTTP_REFERER"] will include the host but not the entire path for the
"referer"ing website. This means that when somebody tries to log in from said
page, it will take them to a broken page when they're done.

This is not ideal.

Just go back to www site when you log in. The webflow-based product page
doesn't know how to deal with logged in users yet, anyway.

$_SERVER["HTTP_REFERER"] will include the host but not the entire path for the
"referer"ing website. This means that when somebody tries to log in from said
page, it will take them to a broken page when they're done.

This is not ideal.

Just go back to www site when you log in. The webflow-based product page
doesn't know how to deal with logged in users yet, anyway.
Copy link
Contributor

@tkadlec tkadlec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jefflembeck jefflembeck merged commit cc170a7 into master Dec 8, 2021
@jefflembeck jefflembeck deleted the login-from-product branch December 8, 2021 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants