2

I am using angular as frontend and Java Spring MVC in backend.

From past few days issue has started in Chrome only. It is throwing net::ERR_INVALID_CHUNKED_ENCODING 200 randomly

Weirdly it is throwing error in chrome browser only.

Here are the response headers.

access-control-allow-origin: *

cache-control: no-cache, no-store, max-age=0, must-revalidate

content-type: application/json;charset=UTF-8

date: Wed, 17 Jul 2019 14:22:25 GMT

strict-transport-security: max-age=31536000; includeSubDomains; preload

transfer-encoding: chunked

x-content-type-options: nosniff;

x-frame-options: DENY;

x-xss-protection: 1; mode=block;

  • Does this help? https://stackoverflow.com/questions/49744379/tomcat-7-spring-rest-template-application-producing-err-invalid-chunked-encodi?rq=1 – Michael Berry Jul 17 '19 at 14:37
  • @MichaelBerry nope it doesn't as i cannot make those changes to every users browser. needed some solution which can resolve this issue with server end – Krutarth Vora Jul 22 '19 at 15:41
  • @KrutarthVora Have you every figured it out? I'm having the same problem now. – chaos_monkey Jan 23 '20 at 21:23

0 Answers0