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
The code which detects Internal LAN addresses needs some additional logic to detect if there is a username:password@ combination between the protocol and uri. Right now it simply checks if the URI starts with 10., 192.168., or 172.16.
The code which detects Internal LAN addresses needs some additional logic to detect if there is a username:password@ combination between the protocol and uri. Right now it simply checks if the URI starts with 10., 192.168., or 172.16.
ex: http://username:[email protected]/rest/set/vars/2/1/1
While at it, if a username is detected and it's an email address, the '@' should be replaced by '%40' to make it more user friendly.
The text was updated successfully, but these errors were encountered: