We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 3.0.1
In nette 2.4 was set user and password to url here
In 3.0, this code dissappeared so user and password are now always empty string.
User and password should be set from $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_USER'] to Url
$_SERVER['PHP_AUTH_USER']
Url
Add here method setUserAndPassword
The text was updated successfully, but these errors were encountered:
Related to #63 and http://forum.nette.org/cs/748-jmeno-a-heslo-v-adresach
Sorry, something went wrong.
Generates links using UrlImmutable::withoutUserInfo() (nette/http#160)
d1378d4
Successfully merging a pull request may close this issue.
Version: 3.0.1
Bug Description
In nette 2.4 was set user and password to url here
In 3.0, this code dissappeared so user and password are now always empty string.
Expected Behavior
User and password should be set from
$_SERVER['PHP_AUTH_USER']
and$_SERVER['PHP_AUTH_USER']
toUrl
Possible Solution
Add here method setUserAndPassword
The text was updated successfully, but these errors were encountered: