cancel
Showing results for 
Search instead for 
Did you mean: 

403 Forbidden error on put and delete

pajumbo
Confirmed Champ
Confirmed Champ

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 ACCEPTED ANSWER

pajumbo
Confirmed Champ
Confirmed Champ

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 answer in original post

2 REPLIES 2

pajumbo
Confirmed Champ
Confirmed Champ

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
Champ in-the-making
Champ in-the-making

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