Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ssl redirect issue after running valet unsecure #150

Merged
merged 1 commit into from
Jan 6, 2021

Conversation

delta1186
Copy link

Updates the valet secure configuration stub to use a 302 redirect instead of 301. The reason for this is so that when you run valet unsecure you don't have to hard refresh and clear cache on your browser since 301 is a Permanent Redirect vs 302 being a Temporary Redirect. This will be switch from secure to unsecure easier on the developer using valet. Let me know if you have any questions or concerns. Thanks, Kevin

@delta1186
Copy link
Author

Hey @cretueusebiu just checking in on this PR. Thanks!

@cretueusebiu cretueusebiu merged commit 9d69915 into cretueusebiu:master Jan 6, 2021
@delta1186 delta1186 deleted the fix-ssl-redirect branch January 6, 2021 20:34
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.

2 participants