Skip to content

Query string gets stripped out when using the logged_in scheme. #9530

Closed Answered by jasonvarga
sunscreem asked this question in Q&A
Discussion options

You must be logged in to vote

Nice find. Yes, it's happening because we use request()->url() here where we should probably be using fullUrl()

protected function url()
{
return URL::tidy(request()->url());
}

Can you make an issue instead?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sunscreem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants