'Forbidden Error 403: When Uploading file in WebApp
Hi team,
I am using v8, and trying to upload a file to ACC using /nl/jsp/uploadFile.jsp.
When we use the v5 compatibility fileInput file gets uploaded to the server, while if I use the normal HTML and AJAX to upload the file, it gives an error. ( 403 - Forbidden )
If I use postman / nodejs script to read the file and upload to /nl/jsp/uploadFile.jsp, file gets uploaded properly.
What could be the reason 403 error, I tried with __sessiontoken cookie, __securitytoken, and also with Bearer Token, which works in postman, but not within the WebApp
Please help
Regards,
DG