0
serhatuysal created
- ABP Framework version: v8.3.1
- UI Type: Angular
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hello, in the production environment of my application, for POST, PUT, and DELETE requests, I am receiving the following error:
2024-10-14 19:27:00.747 +03:00 [INF] Authorization failed for the request at filter 'Volo.Abp.AspNetCore.Mvc.AntiForgery.AbpAutoValidateAntiforgeryTokenAuthorizationFilter'. 2024-10-14 19:27:00.747 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 400
*..Api.Host application runs in the root directory of IIS, Angular application runs under the root directory /panel path of IIS. (add new pool application)
environment.prod.ts
export const environment = {
production: true,
application: {
baseUrl: '/',
name: 'BasvuruSistemi',
},
oAuthConfig,
apis: {
default: {
url: '',
rootNamespace: 'BasvuruSistemi',
},
AbpAccountPublic: {
url: oAuthConfig.issuer,
rootNamespace: 'AbpAccountPublic',
},
},
} as Environment;
2 Answer(s)
-
0
Help me please
-
0
hi
Is your website running
HTTPS
?Please share the
logs.txt
file.Thanks
liming.ma@volosoft.com