Basic Authentification is not working when username is email

Hello,

I am trying to make GET request with basic authentification in URL fashion (https://username:password@www.example.com), but Origam says Neplatný identifikátor URI: Byl zadán neplatný port.

Our username is email so it includes @ character, so I tried to send request with URL encoded char %40, but now API return 401 unathorized error. It seems that encoded characters aren’t properly decoded.

FIX in Master #4509, unescape credentials parts from url having special characters encoded. So this way the username has to be url encoded e.g. martin.smid%40aira.cz