Hello, My Angular 7 project having an issue while performing HTTP POST request (FormData as body) only in Edge Browser, In other browsers like Chrome, Mozilla, Safari & IE 11 it is working as expected.
My host is localhost with HTTP protocol and i am hitting a remote server which is having a url with HTTPS protocol *My Request Object:* this.httpClient.request(new HttpRequest('POST', url, formData, { responseType: 'text', reportProgress: true });) *Expected Output:* string (success or exception) *Error Facing:* http failure response for (url) 0 unknown error HTTP status code 0 -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/669d3557-1b47-43df-a360-e91340a336c7%40googlegroups.com.