I am using Angular 5
and Spring boot
, when I am trying to send a Post request with heavy body size, I am getting below error but there is no issue with small body size -
Access to XMLHttpRequest at 'https://api-.......' from origin 'https://....' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Thanks in advance