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.