Base solution for your next web application

Activities of "[email protected]"

Hi, I tried a simpler function. When trying to update my profile settings, once logged in, I get the same error:

For the error: PUT http://localhost:9901/api/services/app/Profile/UpdateCurrentUserProfile net::ERR_ABORTED 405 (Method Not Allowed)

Access to XMLHttpRequest at 'http://localhost:9901/api/services/app/Profile/UpdateCurrentUserProfile' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

This is the newtork details:

General: Request URL: http://localhost:9901/api/services/app/Profile/UpdateCurrentUserProfile Request Method: PUT Status Code: 405 Method Not Allowed Remote Address: [::1]:9901 Referrer Policy: no-referrer-when-downgrade

Reponse Headers: Allow: GET, HEAD, OPTIONS, TRACE Cache-Control: private Content-Length: 5356 Content-Type: text/html; charset=utf-8 Date: Wed, 04 Sep 2019 07:18:21 GMT Server: Microsoft-IIS/8.5

When using two different broswers (chrome and firefox), it works to log into seperate accounts, for anyone else having this issue.

That you so much for the help. Your answer resolved my issue.

Showing 11 to 13 of 13 entries