You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
I'm trying to make an http post request with the @angular/[email protected] client.
The server is configured like this:
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, PUT, PATCH, DELETE
The specific resource that I'm trying to access doesn't support POST though, so it errors with 405 Method Not Allowed.
Instead of receiving a HttpErrorResponse with a status of 405, I'm getting this:
Hi,
I'm trying to make an http
post
request with the@angular/[email protected]
client.The server is configured like this:
The specific resource that I'm trying to access doesn't support POST though, so it errors with
405 Method Not Allowed
.Instead of receiving a HttpErrorResponse with a status of
405
, I'm getting this:This only happens on iOS with WKWebView enabled.
Is this expected behaviour? Shouldn't the
status
at least be405
? Why isurl
null
?The text was updated successfully, but these errors were encountered: