You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use function Yii/authclient/BaseOAuth.SendRequest to do Http POST request
What is the expected result?
Yii/httpclient/StreamTransport.send should log only basic information about request.
Token should not be logged in info log, since it may contain sensitive information. Values of headers carrying sensitive information, should be obfuscated.
What do you get instead?
Yii/httpclient/StreamTransport.send will log all the headers including username/password if it was sent with request.
Additional info
Q
A
Yii httpclient version
2.0.6.0
PHP version
7.0
Operating system
MacOS
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
What is the expected result?
Yii/httpclient/StreamTransport.send should log only basic information about request.
Token should not be logged in info log, since it may contain sensitive information. Values of headers carrying sensitive information, should be obfuscated.
What do you get instead?
Yii/httpclient/StreamTransport.send will log all the headers including username/password if it was sent with request.
Additional info
The text was updated successfully, but these errors were encountered: