Hey folks,
Since the latest update, Remote Service requests no longer work if the username:password combo is written in the URL. In this case, requests are being redirected (302) to the /login endpoint. This seems to have been a result of the new, cookie-based authentication introduced in the latest release.
Could you please help me get remote services working again with the username:password in the URL? Including an "Authorization: Basic" header solves this, but it will be difficult for me to update all existing code to include a header with the request.
Thank you.
Since the latest update, Remote Service requests no longer work if the username:password combo is written in the URL. In this case, requests are being redirected (302) to the /login endpoint. This seems to have been a result of the new, cookie-based authentication introduced in the latest release.
Could you please help me get remote services working again with the username:password in the URL? Including an "Authorization: Basic" header solves this, but it will be difficult for me to update all existing code to include a header with the request.
Thank you.