403 Forbidden error on put and delete

cancel
Showing results for 
Search instead for 
Did you mean: 
pajumbo
Active Member II

403 Forbidden error on put and delete

Jump to solution

Hello.

Trying to modify propertie from document detail from adf-info-drawer-tab I get this error:

I get the same error when trying to delete an uploaded document.

the upload works fine, the folder don't have any permission set.

The problem seems to show up only in browsers different from Firefox

The ADF version is the 2.5.0

In general the problem seems to show up with put and delete requests even in custom components.

Thanks

1 Solution

Accepted Solutions
pajumbo
Active Member II

Re: 403 Forbidden error on put and delete

Jump to solution

Solved:

the server with alfresco don't take the "Origin: http://localhost:4200" parameter in the header.

The problem is the CORS on the tomcat server.

To solve this problem in envelope, with the proxy.conf.js you have to put the

"changeOrigin": false,

View solution in original post

2 Replies
pajumbo
Active Member II

Re: 403 Forbidden error on put and delete

Jump to solution

Solved:

the server with alfresco don't take the "Origin: http://localhost:4200" parameter in the header.

The problem is the CORS on the tomcat server.

To solve this problem in envelope, with the proxy.conf.js you have to put the

"changeOrigin": false,
Drechsler
Member II

Re: 403 Forbidden error on put and delete

Jump to solution

Hello,

Where can I get the packaging source code of alfresco/alfresco-content-repository-community ? I get Failure: 500 and then Failure: 403 whenever I'm trying to upload the file.

 

Ralf Drechsler