Resolved! 401 unauthorized when uploading document
I want to upload file using aflresco restApithis is my function const formData = new FormData(); formData.append('filedata',file); const newheaders = new HttpHeaders().set('Authorization', 'Basic '+token); const uri = `http://localhost:8080/alfre...